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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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_
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
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
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
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
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
20 matches
Mail list logo