Re: [vim/vim] Possibly missing evim.man file (#3151)

2018-07-03 Fir de Conversatie Tony Mechelynck
On Wed, Jul 4, 2018 at 2:33 AM, scootergrisen wrote: > How come the other files have a .man file but not evim? On my system, where there is an own-compiled Vim 8.1 (8.1.146 as of this writing) and (further down the $PATH) a Vim 8.0.1568 from my Linux distro, I see at the bottom "2006 Apr 11" in

Re: Netrw doesn't work on Windows correctly. Please permit us to modify code on github.com

2018-07-03 Fir de Conversatie norbert . keliher
I am another Windows user having a problem with the copy function in netrw. I was getting the "not executable error," so I downloaded and installed v163b from your website. Now the error is different: **error** (netrw) copy failed; perhaps due to vim's current directory not matching netrw's

Re: [vim/vim] Vim hangs when showmatch and cpoptions-m are enabled and paste a block containing parens (#3146)

2018-07-03 Fir de Conversatie John Little
I think these have the same cause as the problem reported by Petr Vorel: https://groups.google.com/forum/?hl=en#!topic/vim_dev/GB0OXwfTsdA If your problems are not avoided by :set t_BE= to turn off "bracketed paste" then I imagine it's different. Regards, John Little -- -- You received

Patch 8.1.0146

2018-07-03 Fir de Conversatie Bram Moolenaar
Patch 8.1.0146 Problem:When $LANG is set the compiler test may fail. Solution: Unset $LANG. Files: src/testdir/test_compiler.vim *** ../vim-8.1.0145/src/testdir/test_compiler.vim Sat May 19 16:45:12 2018 --- src/testdir/test_compiler.vim Tue Jul 3 21:24:51 2018

Patch 8.1.0145

2018-07-03 Fir de Conversatie Bram Moolenaar
Patch 8.1.0145 Problem:Test with grep is failing on MS-Windows. Solution: Skip the test. Files: src/testdir/test_quickfix.vim *** ../vim-8.1.0144/src/testdir/test_quickfix.vim 2018-07-03 16:54:18.241509389 +0200 --- src/testdir/test_quickfix.vim 2018-07-03

Patch 8.1.0144

2018-07-03 Fir de Conversatie Bram Moolenaar
Patch 8.1.0144 Problem:The :cd command does not have good test coverage. Solution: Add more tests. (Dominique Pelle, closes #2972) Files: src/testdir/test_cd.vim *** ../vim-8.1.0143/src/testdir/test_cd.vim 2017-03-19 21:32:54.0 +0100 --- src/testdir/test_cd.vim

Patch 8.1.0143

2018-07-03 Fir de Conversatie Bram Moolenaar
Patch 8.1.0143 Problem:Matchit and matchparen don't handle E363. Solution: Catch the E363 error. (Christian Brabandt) Files: runtime/pack/dist/opt/matchit/plugin/matchit.vim, runtime/plugin/matchparen.vim ***

Patch 8.1.0142

2018-07-03 Fir de Conversatie Bram Moolenaar
Patch 8.1.0142 Problem:Xterm and vt320 builtin termcap missing keypad keys. Solution: Add the escape sequences. (Kouichi Iwamoto, closes #2973) Files: src/term.c *** ../vim-8.1.0141/src/term.c 2018-06-30 17:09:23.039956879 +0200 --- src/term.c 2018-07-03 17:14:08.563027961 +0200

Re: [vim/vim] try/catch inconsistent (#3142)

2018-07-03 Fir de Conversatie John Little
> Observation : gvim shows the "Press enter" line, while vim does not. I get the opposite; gvim does not show the prompt, vim does. Regards, John Little -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more