Patch 8.1.0570

2018-12-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.0570 Problem:'commentstring' not used when adding fold marker. (Maxim Kim) Solution: Only use empty 'comments' middle when leader is empty. (Christian Brabandt, closes #3670) Files: src/misc1.c, src/testdir/test_fold.vim *** ../vim-8.1.0569/src/misc1.c

I can't compile Vim x86 with ActiveTcl x64

2018-12-07 Fir de Conversatie tux.
> if_tcl.obj : error LNK2001: Nicht aufgelöstes externes Symbol > "_Tcl_InitStubs". > if_tcl.obj : error LNK2001: Nicht aufgelöstes externes Symbol "_tclStubsPtr". Tcl seems to be the only Vim scripting language that explicitly requires both platforms if I want to have both an x86 and a x64 Vim.

Patch 8.1.0569

2018-12-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.0569 Problem:Execute() always resets display column to zero. (Sha Liu) Solution: Don't reset it to zero, restore the previous value. (closes #3669) Files: src/evalfunc.c, src/testdir/test_execute_func.c *** ../vim-8.1.0568/src/evalfunc.c 2018-11-22 03:07:30.944596219

Patch 8.1.0568

2018-12-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.0568 (after 8.1.0567) Problem:Error message for NUL byte in ScreenLines breaks Travis CI. Solution: Use a normal message for now. Files: src/gui.c *** ../vim-8.1.0567/src/gui.c 2018-12-07 13:26:36.332536832 +0100 --- src/gui.c 2018-12-07 14:07:20.708421838 +0100

Patch 8.1.0567

2018-12-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.0567 (after 8.1.0565) Problem:Error for NUL byte in ScreenLines goes unnoticed. Solution: Add an internal error message. Files: src/gui.c *** ../vim-8.1.0566/src/gui.c 2018-12-05 19:46:03.170987995 +0100 --- src/gui.c 2018-12-06 22:04:51.967296617 +0100 ***

Patch 8.1.0566

2018-12-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.0566 Problem:SGR not enabled for mintty because $TERM is "xterm". Solution: Detect mintty by the termresponse. (Ken Takata, closes #3667) Files: src/term.c *** ../vim-8.1.0565/src/term.c 2018-10-02 14:45:07.023652468 +0200 --- src/term.c 2018-12-07 13:06:31.415916214

Re: runtime/indent/tcl.vim improvement

2018-12-07 Fir de Conversatie Bram Moolenaar
> The indent/tcl.vim file needs an improvement. I already contacted > Nikolai Weibull and he told me he's the previous maintainer and not > the current maintainer. How do I find out who is maintaining the > runtime/indent files? Nobody. > Lines 59-60: > elseif line =~ '^\s*}' >

Re: [vim/vim] New search is horrible and difficult to disable (MINT19) (#3663)

2018-12-07 Fir de Conversatie Tony Mechelynck
On Fri, Dec 7, 2018 at 5:28 AM James McCoy wrote: > Setting aside the actual details of what options/settings are provided > by defaults.vim, the mechanism used to provide newer defaults to users > is faulty. > > The fairly standard precedence for configuration at large is: > > user config