Skip to content

Commit

Permalink
vim: Import v8.2.3290
Browse files Browse the repository at this point in the history
* 8.2.3290: Vim9: compiling dict may use pointer after free
* 8.2.3289: compiler warning for unused variable with small features
* 8.2.3288: cannot easily access namespace dictionaries from Lua
* 8.2.3287: channel events not handled in BufEnter autocommand
* 8.2.3286: win_enter_ext() has too many boolean arguments
* 8.2.3285: scdoc filetype is not recognized
* 8.2.3284: no error for insert() or remove() changing a locked blob
* 8.2.3283: Julia filetype is not recognized
* 8.2.3282: Vim9: error about using -complete without -nargs is confusing
  • Loading branch information
chrisbra committed Aug 4, 2021
1 parent 8e16aa8 commit af070b7
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.3281](https://github.com/vim/vim/commit/23e2e115154ef0bf05d809024eed328a46ed0f82): Vim9: TODO items in tests can be taken care of\n* [8.2.3280](https://github.com/vim/vim/commit/51ad850f5fbafa7aa3f60affa74ec9c9f992c6cc): 'virtualedit' local to buffer is not the best solution
* [8.2.3290](https://github.com/vim/vim/commit/9fe17d473a6041e2ea85229f4fa09831d910def4): Vim9: compiling dict may use pointer after free\n* [8.2.3289](https://github.com/vim/vim/commit/f18e8a969a3414ed5e6b7159c40fe43963021ff3): compiler warning for unused variable with small features\n* [8.2.3288](https://github.com/vim/vim/commit/9dc4bef897a37a610a28d69cee6d30749db61296): cannot easily access namespace dictionaries from Lua\n* [8.2.3287](https://github.com/vim/vim/commit/57942237c1d54d8a236b43c56dc2b002339eb394): channel events not handled in BufEnter autocommand\n* [8.2.3286](https://github.com/vim/vim/commit/d61f2f772a59617850e9aa2f5fa069c1aad8e074): win\_enter\_ext() has too many boolean arguments\n* [8.2.3285](https://github.com/vim/vim/commit/dd097bdc1376e4ca2cfd4a4d64021b6ba0df4bed): scdoc filetype is not recognized\n* [8.2.3284](https://github.com/vim/vim/commit/80d7395dcfe96158428da6bb3d28a6eee1244e28): no error for insert() or remove() changing a locked blob\n* [8.2.3283](https://github.com/vim/vim/commit/0eec8519424eaea7baebfda979c33dd609a4e3fa): Julia filetype is not recognized\n* [8.2.3282](https://github.com/vim/vim/commit/41a3485dd638a09e4c463b1a1da231f4290454f2): Vim9: error about using -complete without -nargs is confusing

0 comments on commit af070b7

Please sign in to comment.