From af070b7363df53043e436d2f9bb4a3f56ef1d2f2 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 5 Aug 2021 00:01:07 +0200 Subject: [PATCH] vim: Import v8.2.3290 * 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 --- gitlog.txt | 2 +- vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlog.txt b/gitlog.txt index 01cf879f..d09897a5 100644 --- a/gitlog.txt +++ b/gitlog.txt @@ -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 diff --git a/vim b/vim index 23e2e115..9fe17d47 160000 --- a/vim +++ b/vim @@ -1 +1 @@ -Subproject commit 23e2e115154ef0bf05d809024eed328a46ed0f82 +Subproject commit 9fe17d473a6041e2ea85229f4fa09831d910def4