> 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
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
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
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
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
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
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
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
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