Re: New feature: terminal screen dumps

2018-02-19 Fir de Conversatie Bram Moolenaar
Nikolay Pavlov wrote: > Some notes which I think are not clear from my rather lengthy (and > probably too angry) post: > > 1. Point 1 and 2 are just something that is worth writing VimL library > for. Would not suggest to solve them in C. > 2. Have not wrote that, but I expect point 5 to be fixe

Re: Patch 8.0.1523

2018-02-19 Fir de Conversatie Bram Moolenaar
Tony wrote: > On Sun, Feb 18, 2018 at 10:13 PM, Bram Moolenaar wrote: > > > > Patch 8.0.1523 > > Problem:Cannot write and read terminal screendumps. > > Solution: Add term_dumpwrite(), term_dumpread() and term_dumpdiff(). > > Also add assert_equalfile(). > > Files: src/ter

Patch 8.0.1524

2018-02-19 Fir de Conversatie Bram Moolenaar
Patch 8.0.1524 (after 8.0.1523) Problem:Compiler warnings for uninitialized variables. (Tony Mechelynck) Solution: Initialize variables. Files: src/terminal.c *** ../vim-8.0.1523/src/terminal.c 2018-02-18 22:13:06.257057992 +0100 --- src/terminal.c 2018-02-19 21:48:32.423022

Re: New feature: terminal screen dumps

2018-02-19 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2018-02-19 23:06 GMT+03:00 Bram Moolenaar : > > Nikolay Pavlov wrote: > >> Some notes which I think are not clear from my rather lengthy (and >> probably too angry) post: >> >> 1. Point 1 and 2 are just something that is worth writing VimL library >> for. Would not suggest to solve them in C. >> 2.

Patch 8.0.1525

2018-02-19 Fir de Conversatie Bram Moolenaar
Patch 8.0.1525 Problem:Using :wqa exits even if a job runs in a terminal window. (Jason Felice) Solution: Check if a terminal has a running job. (closes #2654) Files: src/ex_cmds2.c, src/buffer.c, src/proto/buffer.pro, src/ex_cmds.c, src/testdir/test_terminal.vim

Re: [vim/vim] Have vim placed in .config directory (#2655)

2018-02-19 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2018-02-20 2:01 GMT+03:00 Ariq Haqq : > Hello, I am in the process of reorganizing all of my files and such and I > was just wondering if there was any way to the ~/.vim directory somehow > placed in .config like how much user defined configuration files are placed. > I am also wondering if there i