Commit 4aca28d
committed
vim: Import v8.2.4501
* 8.2.4501: with 'showbreak' set cursor displayed in wrong position
* 8.2.4500: Vim9: can declare a global variable on the command line
* 8.2.4499: Vim9: at the script level declarations leak to next block
* 8.2.4498: using <Plug> with "noremap" does not work
* 8.2.4497: wrong color for half of wide character next to pum scrollbar
* 8.2.4496: Coverity gives warnings after tags code refactoring
* 8.2.4495: help test fails in 24 line terminal
* 8.2.4494: the find_tags() function is much too long
* 8.2.4493: options test fails in the GUI
* 8.2.4492: no error if an option is given a value with ":let &opt = val"
* 8.2.4491: MS-Windows makefile dependencies are outdated
* 8.2.4490: terminal focus reporting only works for xterm-like terminals
* 8.2.4489: failing test for comparing v:null with number
* 8.2.4488: build error with +eval but without +channel or +job
* 8.2.4487: Vim9: cannot compare with v:null
* 8.2.4486: MS-Windows GUI: slow scrolling with maximized window1 parent 229daf2 commit 4aca28d
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/map.txt+2
- src/charset.c+2-1
- src/errors.h+4-3
- src/evalvars.c+6-1
- src/ex_eval.c+19
- src/getchar.c+9-2
- src/screen.c+4-1
- src/tag.c+29-33
- src/testdir/dumps/Test_cursor_position_with_showbreak.dump+6
- src/testdir/dumps/Test_scrollbar_on_wide_char.dump+10
- src/testdir/dumps/Test_vim9_reject_declaration.dump+6
- src/testdir/test_breakindent.vim+22
- src/testdir/test_ins_complete.vim+18
- src/testdir/test_mapping.vim+30
- src/testdir/test_vim9_assign.vim-17
- src/testdir/test_vim9_script.vim+53-13
- src/version.c+12
0 commit comments