Re: uppercase meta maps in xterm vim

2020-01-28 Fir de Conversatie Tony Mechelynck
On Tue, Jan 28, 2020 at 8:51 PM Pavol Juhas wrote: > > Hello, > > I am using a fairly recent XTerm(348) on Debian linux. > I have noticed that the modifyOtherKeys feature in vim > makes mappings of meta keys (produced with Alt modifier) > work out of the box, for example, `map :echo "meta-a"`. >

Patch 8.2.0172

2020-01-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.0172 Problem:Coverity warning for not restoring character. Solution: Restore the character also in case of failure. Files: src/vim9script.c *** ../vim-8.2.0171/src/vim9script.c2020-01-26 21:42:00.089532706 +0100 --- src/vim9script.c2020-01-28 23:12:30.410486120 +010

Patch 8.2.0171

2020-01-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.0171 Problem:Coverity warning for using uninitialized buffer. Solution: Check the skip flag. Files: src/userfunc.c *** ../vim-8.2.0170/src/userfunc.c 2020-01-27 22:09:35.792838636 +0100 --- src/userfunc.c 2020-01-28 23:08:23.011659753 +0100 *** *** 218

Patch 8.2.0170

2020-01-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.0170 Problem:Coverity warning for ignoring return value. Solution: Check the return value and return if failed. Files: src/vim9compile.c *** ../vim-8.2.0169/src/vim9compile.c 2020-01-28 22:30:28.691559386 +0100 --- src/vim9compile.c 2020-01-28 23:02:36.461419667 +0100 *

Patch 8.2.0169

2020-01-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.0169 Problem:Coverity warning for dead code. Solution: Check if inside try-finally. Files: src/vim9execute.c *** ../vim-8.2.0168/src/vim9execute.c 2020-01-28 22:52:44.761131303 +0100 --- src/vim9execute.c 2020-01-28 22:58:40.166752459 +0100 *** *** 851,856 *

Patch 8.2.0168

2020-01-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.0168 Problem:Coverity warning for assigning NULL to an option. Solution: Use empty string instead of NULL. Files: src/vim9execute.c, src/testdir/test_vim9_expr.vim *** ../vim-8.2.0167/src/vim9execute.c 2020-01-28 22:46:18.839573947 +0100 --- src/vim9execute.c 2020-01-28

Patch 8.2.0167

2020-01-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.0167 Problem:Coverity warning for ignoring return value. Solution: Check the return value and jump if failed. Files: src/vim9execute.c, src/testdir/test_vim9_expr.vim *** ../vim-8.2.0166/src/vim9execute.c 2020-01-28 22:39:11.497270752 +0100 --- src/vim9execute.c 2020-01

Patch 8.2.0166

2020-01-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.0166 Problem:Coverity warning for using uninitialized variable. Solution: Check for failure. Files: src/vim9execute.c *** ../vim-8.2.0165/src/vim9execute.c 2020-01-26 21:42:00.089532706 +0100 --- src/vim9execute.c 2020-01-28 22:35:16.966254992 +0100 *** ***

Patch 8.2.0165

2020-01-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.0165 Problem:Coverity warning for using NULL pointer. Solution: Add missing "else". Files: src/vim9compile.c *** ../vim-8.2.0164/src/vim9compile.c 2020-01-26 21:42:00.089532706 +0100 --- src/vim9compile.c 2020-01-28 22:28:39.944091956 +0100 *** *** 4075,4081

Patch 8.2.0164

2020-01-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.0164 Problem:Test_alot takes too long. Solution: Run several tests individually. Files: src/testdir/test_alot.vim, src/testdir/Make_all.mak *** ../vim-8.2.0163/src/testdir/test_alot.vim 2019-12-25 13:59:47.396893396 +0100 --- src/testdir/test_alot.vim 2020-01-28 21:28:

uppercase meta maps in xterm vim

2020-01-28 Fir de Conversatie Pavol Juhas
Hello, I am using a fairly recent XTerm(348) on Debian linux. I have noticed that the modifyOtherKeys feature in vim makes mappings of meta keys (produced with Alt modifier) work out of the box, for example, `map :echo "meta-a"`. This however seems to work only for lowercase letters, defining `ma

Re: vim.exe locks-up in Test_range()

2020-01-28 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > I also faced the same issue. > > 2020/1/28 Tue 19:18:26 UTC+9 Bram Moolenaar wrote: > > > > > > Michael Soyka wrote: > > > > > Builtin function feedinput is called in Test_range, file > > > testdir/test_functions.vim. This function works only with +unix or GUI > > is >

Patch 8.2.0163

2020-01-28 Fir de Conversatie Bram Moolenaar
Patch 8.2.0163 Problem:Test hangs on MS-Windows console. Solution: use feedkeys() instead of test_feedinput(). (Ken Takata) Files: src/testdir/test_functions.vim, src/testing.c *** ../vim-8.2.0162/src/testdir/test_functions.vim 2020-01-27 23:01:26.503445953 +0100 --- src/testdi

[patch] fixed typos in runtime/doc/vim9.txt

2020-01-28 Fir de Conversatie Dominique Pellé
Hi Attached patch fixes typos in runtime/doc/vim9.txt Regards Dominique -- -- 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 information, visit http://www.vim.org/maillist.php --- You received this message

Compile errors on HP-UX after 8.2.0149

2020-01-28 Fir de Conversatie John Marriott
I just applied patches 8.2.0148 to 8.2.0162 to the sources on my work HP-UX machine and tried to compile. The build failed with this error: Starting make in the src directory. If there are problems, cd to the src directory and run make there     cd src && make first     cc -c -I. -Iproto -DHAVE_

Re: [vim/vim] empty search repeats the previous search, yet drops the leading empty space (#5550)

2020-01-28 Fir de Conversatie Gary Johnson
On 2020-01-28, MontrealSergiy wrote: > Describe the bug > A clear and concise description of what the bug is. > > empty search repeats the previous search, yet drops the leading empty space > > To Reproduce > Detailed steps to reproduce the behavior: > > 1. Run vim > 2. Enter text > > ``Test

Re: Compile errors in the +eval builds after applying patches 8.2.153 to .158

2020-01-28 Fir de Conversatie Tony Mechelynck
On Mon, Jan 27, 2020 at 10:11 PM Bram Moolenaar wrote: > This works fine on CI, did you not include all the changes? > Especially check 8.2.0154. Apparently I made hard links instead of soft links when adding the new vim9* sources to my shadow directories. My bad. Best r'egards, Tony. -- -- Y

Re: vim.exe locks-up in Test_range()

2020-01-28 Fir de Conversatie Michael Soyka
On Tuesday, January 28, 2020 at 7:17:27 AM UTC-5, Ken Takata wrote: > > Hi, > > I also faced the same issue. > > 2020/1/28 Tue 19:18:26 UTC+9 Bram Moolenaar wrote: >> >> >> Michael Soyka wrote: >> >> > Builtin function feedinput is called in Test_range, file >> > testdir/test_functions.vim. Th

Re: vim.exe locks-up in Test_range()

2020-01-28 Fir de Conversatie Ken Takata
Hi, I also faced the same issue. 2020/1/28 Tue 19:18:26 UTC+9 Bram Moolenaar wrote: > > > Michael Soyka wrote: > > > Builtin function feedinput is called in Test_range, file > > testdir/test_functions.vim. This function works only with +unix or GUI > is > > running. Calling this function wi

Re: vim.exe locks-up in Test_range()

2020-01-28 Fir de Conversatie Bram Moolenaar
Michael Soyka wrote: > Builtin function feedinput is called in Test_range, file > testdir/test_functions.vim. This function works only with +unix or GUI is > running. Calling this function will cause vim.exe (without GUI) to lockup > (Windows 10). > > I've not used "CheckUnix" and "Check