minor doc fix

2022-07-03 Fir de Conversatie Ernie Rael
With 9.0, options.txt, around line 1680:     after that.  Therefore do append an item with += but use ^= to s/do append/do not append/ -ernie -- -- 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,

Re: [vim/vim] Ctrl-[ don't escape from insert mode (like Esc) on Belgian keyboard (Issue #10454)

2022-07-03 Fir de Conversatie Anton Sharonov
Hi Vivian On Wed, Jun 29, 2022 at 10:08:14PM -0700, Vivian De Smedt wrote: > Thanks! Let me know if I can contribute in any ways. Just created my first PR https://github.com/vim/vim/pull/10658 for GTK version which fixes Ctrl+[ for you on linux (i believe at least, i have just enabled

Re: List of features to vote on

2022-07-03 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Sun, Jul 3, 2022 at 9:46 AM Bram Moolenaar wrote: > > > > Now that Vim 9.0 has been released I thought it would be a good moment > > to update the list of features: > > https://www.vim.org/sponsor/vote_results.php > > > > Although it would be nice to reduce the length of

Re: List of features to vote on

2022-07-03 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sun, Jul 3, 2022 at 9:46 AM Bram Moolenaar wrote: > > Now that Vim 9.0 has been released I thought it would be a good moment > to update the list of features: > https://www.vim.org/sponsor/vote_results.php > > Although it would be nice to reduce the length of the list, I find it >

List of features to vote on

2022-07-03 Fir de Conversatie Bram Moolenaar
Now that Vim 9.0 has been released I thought it would be a good moment to update the list of features: https://www.vim.org/sponsor/vote_results.php Although it would be nice to reduce the length of the list, I find it difficult to decide what items to drop. Perhaps items that won't happen,

Patch 9.0.0032

2022-07-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0032 Problem:In the quickfix window 'cursorline' overrules QuickFixLine highlighting. Solution: Combine the attributes. Add a test. (closes #10654) Files: src/drawline.c, src/testdir/test_quickfix.vim, src/testdir/dumps/Test_quickfix_cwindow_3.dump,

Patch 9.0.0031

2022-07-03 Fir de Conversatie Bram Moolenaar
Patch 9.0.0031 Problem: of user command does not have correct verbose value. Solution: Use the value from the command modifier. (closes #10651) Files: runtime/doc/map.txt, src/usercmd.c, src/testdir/test_usercommands.vim *** ../vim-9.0.0030/runtime/doc/map.txt 2022-06-28

Re: Patch 9.0.0025

2022-07-03 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 02-July-2022 22:43, Bram Moolenaar wrote: > > Patch 9.0.0025 > > Problem:Accessing beyond allocated memory when using the cmdline window > > in > > Ex mode. > > Solution: Use "*" instead of "'<,'>" for Visual mode. > > Files: src/ex_docmd.c,