Patch 9.0.0453

2022-09-12 Fir de Conversatie Bram Moolenaar
Patch 9.0.0453 Problem:On an AZERTY keyboard digit keys get the shift modifier. Solution: Remove the shift modifier from digit keys. (closes #11109) Files: src/misc2.c diff --git a/runtime/indent/lua.vim b/runtime/indent/lua.vim index 604cd333c93e..0d1f934a03ab 100644 ---

Patch 9.0.0452

2022-09-12 Fir de Conversatie Bram Moolenaar
Patch 9.0.0452 Problem:Visual highlighting extends into virtual text prop. Solution: Do not highlight what isn't actually selected. Fix ordering of stored text props. Files: src/drawline.c, src/textprop.c, src/testdir/test_textprop.vim,

Patch 9.0.0451

2022-09-12 Fir de Conversatie Bram Moolenaar
Patch 9.0.0451 Problem:Virtual text "above" does not work with 'nowrap'. Solution: Do wrap the line after. (closes #11084) Files: src/drawline.c, src/move.c, src/misc1.c, src/textprop.c, src/proto/textprop.pro, src/testdir/test_textprop.vim,

Re: [vim/vim] No closures for the for loop [var1, var2] variables? (Issue #11094)

2022-09-12 Fir de Conversatie Doug Kearns
On Mon, 12 Sept 2022 at 05:14, Bram Moolenaar wrote: > Let's try to summarize: This sounds good to me. Thanks, Doug -- -- 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

Patch 9.0.0450

2022-09-12 Fir de Conversatie Bram Moolenaar
Patch 9.0.0450 Problem:Return value of argument check functions is inconsistent. Solution: Return OK/FAIL instead of TRUE/FALSE. (closes #2) Files: src/typval.c *** ../vim-9.0.0449/src/typval.c2022-09-09 18:46:41.558660414 +0100 --- src/typval.c2022-09-12

Patch 9.0.0449

2022-09-12 Fir de Conversatie Bram Moolenaar
Patch 9.0.0449 Problem:There is no easy way to translate a string with a key code into a readable string. Solution: Add the keytrans() function. (closes #4) Files: runtime/doc/builtin.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/map.c, src/menu.c,

Patch 9.0.0448

2022-09-12 Fir de Conversatie Bram Moolenaar
Patch 9.0.0448 Problem:SubRip files are not recognized. Solution: Add a pattern for SubRip. (closes #3) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.0447/runtime/filetype.vim2022-09-11 13:37:31.797170405 +0100 --- runtime/filetype.vim