Re: Report some potentail security bugs.

2020-10-13 Fir de Conversatie Bram Moolenaar
> Our research team recently have found four potential double free > vulnerabilities,please check them and tell us the result as soon as > possible. Hope your project will get better and better. Thanks for reporting the potential problems. They are mostly corner cases, very unlikely to a

Patch 8.2.1844

2020-10-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.1844 Problem:Using "q" at the more prompt doesn't stop a long message. Solution: Check for "got_int". (closes #7122) Files: src/message.c, src/testdir/test_messages.vim, src/testdir/dumps/Test_quit_long_message.dump *** ../vim-8.2.1843/src/message.c 2020-1

Patch 8.2.1843

2020-10-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.1843 Problem:Netbeans: with huge buffer number memory allocation may fail. Solution: Check for size overflow. Files: src/netbeans.c *** ../vim-8.2.1842/src/netbeans.c 2020-04-19 14:02:22.427687032 +0200 --- src/netbeans.c 2020-10-13 21:09:55.880051169 +0200 **

Patch 8.2.1842

2020-10-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.1842 Problem:Crash when USE_FNAME_CASE is defined and using :browse. Solution: Don't use read-only memory for ".". (Yegappan Lakshmanan, closes #7123) Files: src/ex_cmds.c, src/ex_docmd.c, src/testdir/test_edit.vim *** ../vim-8.2.1841/src/ex_cmds.c 2020-10

Patch 8.2.1841

2020-10-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.1841 Problem:Vim9: test for compilation error fails in normal build. Solution: Invoke CheckRunVimInTerminal in a separate function. Files: src/testdir/test_vim9_func.vim *** ../vim-8.2.1840/src/testdir/test_vim9_func.vim 2020-10-12 22:07:09.635378856 +0200 --- src/tes

Re: [vim/vim] Add the matchfuzzy() function (#6932)

2020-10-13 Fir de Conversatie Maxim Kim
And another similar to quickpick plugin using matchfuzzypos() https://github.com/habamax/vim-select Thank you for implementing fuzzy functions! понедельник, 12 октября 2020 г. в 01:41:52 UTC+3, Prabir Shrestha: > Here is another vim plugin which I rewrote using the new matchfuzzy and > matchf

Re: vim8.1 - \%V problem

2020-10-13 Fir de Conversatie Christian Brabandt
On Fr, 09 Okt 2020, otti-de...@freenet.de wrote: > > Enviroment: Ubuntu 20.04.1 LTS; Terminal: Guake Terminal: 3.6.3 > Program: VIM - Vi IMproved 8.1 with Patches: 1-2269 > > The command :'<,'>s/\%V\n/{something} considers hole line even the > selection is e.g. just half the line. > Examp

Report some potentail security bugs.

2020-10-13 Fir de Conversatie lyl2019 via vim_dev
Our research team recently have found four potential double free vulnerabilities,please check them and tell us the result as soon as possible. Hope your project will get better and better. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below th

vim8.1 - \%V problem

2020-10-13 Fir de Conversatie otti-der-3
Enviroment: Ubuntu 20.04.1 LTS; Terminal: Guake Terminal: 3.6.3 Program: VIM - Vi IMproved 8.1 with Patches: 1-2269 The command :'<,'>s/\%V\n/{something} considers hole line even the selection is e.g. just half the line. Example: Hi, how are you I'm fine, thank you S