Skip to content

Commit

Permalink
vim: Import v8.2.4501
Browse files Browse the repository at this point in the history
* 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 window
  • Loading branch information
chrisbra committed Mar 3, 2022
1 parent 229daf2 commit 4aca28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* [8.2.4495](https://github.com/vim/vim/commit/e4e1a1e1c8a2bc6efd806e379b5fc80998318830): help test fails in 24 line terminal\n* [8.2.4494](https://github.com/vim/vim/commit/2f87a99b6e9b559d51e130769e7f8377db6749f8): the find\_tags() function is much too long\n* [8.2.4493](https://github.com/vim/vim/commit/b9c510859360595c046b8b7c1d6828125525e967): options test fails in the GUI\n* [8.2.4492](https://github.com/vim/vim/commit/8ccbbeb620dcc73154de29c51100fe815cefe109): no error if an option is given a value with ":let &opt = val"\n* [8.2.4491](https://github.com/vim/vim/commit/7f687aaca9f2fd7c04f8a07effed92dd0164f6a2): MS-Windows makefile dependencies are outdated\n* [8.2.4490](https://github.com/vim/vim/commit/8d5daf267eb84d2346785741b22d18907b047e0a): terminal focus reporting only works for xterm-like terminals\n* [8.2.4489](https://github.com/vim/vim/commit/c6e9d7063d275139d3c207435d293271c8b556ab): failing test for comparing v:null with number\n* [8.2.4488](https://github.com/vim/vim/commit/f6b0c79742727948edee78cb1a3a9a4e3be8b0fd): build error with +eval but without +channel or +job\n* [8.2.4487](https://github.com/vim/vim/commit/7a2222487507eb13cccdb9a66397092775d62b8c): Vim9: cannot compare with v:null\n* [8.2.4486](https://github.com/vim/vim/commit/f01af9c4e6f1438cd1112cfff42f3837028c7846): MS-Windows GUI: slow scrolling with maximized window
* [8.2.4501](https://github.com/vim/vim/commit/21efafe4c25373929979c72dc8aafa119f12dd8b): with 'showbreak' set cursor displayed in wrong position\n* [8.2.4500](https://github.com/vim/vim/commit/0e1574c4069ded47c170fcd7a47a0df66693a5f4): Vim9: can declare a global variable on the command line\n* [8.2.4499](https://github.com/vim/vim/commit/28bf649a5732ffe5a47951b5e437b765cebc5b38): Vim9: at the script level declarations leak to next block\n* [8.2.4498](https://github.com/vim/vim/commit/1fc34225acbee5ddca2b9ec3f82b3014d385b7f8): using \<Plug> with "noremap" does not work\n* [8.2.4497](https://github.com/vim/vim/commit/35d8c2010ea6ee5c9bcfa6a8285648172b92ed83): wrong color for half of wide character next to pum scrollbar\n* [8.2.4496](https://github.com/vim/vim/commit/fe9112e630672dcd95e6b384c86f50c27ec10fed): Coverity gives warnings after tags code refactoring\n* [8.2.4495](https://github.com/vim/vim/commit/e4e1a1e1c8a2bc6efd806e379b5fc80998318830): help test fails in 24 line terminal\n* [8.2.4494](https://github.com/vim/vim/commit/2f87a99b6e9b559d51e130769e7f8377db6749f8): the find\_tags() function is much too long\n* [8.2.4493](https://github.com/vim/vim/commit/b9c510859360595c046b8b7c1d6828125525e967): options test fails in the GUI\n* [8.2.4492](https://github.com/vim/vim/commit/8ccbbeb620dcc73154de29c51100fe815cefe109): no error if an option is given a value with ":let &opt = val"\n* [8.2.4491](https://github.com/vim/vim/commit/7f687aaca9f2fd7c04f8a07effed92dd0164f6a2): MS-Windows makefile dependencies are outdated\n* [8.2.4490](https://github.com/vim/vim/commit/8d5daf267eb84d2346785741b22d18907b047e0a): terminal focus reporting only works for xterm-like terminals\n* [8.2.4489](https://github.com/vim/vim/commit/c6e9d7063d275139d3c207435d293271c8b556ab): failing test for comparing v:null with number\n* [8.2.4488](https://github.com/vim/vim/commit/f6b0c79742727948edee78cb1a3a9a4e3be8b0fd): build error with +eval but without +channel or +job\n* [8.2.4487](https://github.com/vim/vim/commit/7a2222487507eb13cccdb9a66397092775d62b8c): Vim9: cannot compare with v:null\n* [8.2.4486](https://github.com/vim/vim/commit/f01af9c4e6f1438cd1112cfff42f3837028c7846): MS-Windows GUI: slow scrolling with maximized window

0 comments on commit 4aca28d

Please sign in to comment.