Skip to content

Commit 7e17897

Browse files
committed
vim: Import v8.2.4167
* 8.2.4167: Vim9: error message for old style import * 8.2.4166: undo synced when switching buffer in another window * 8.2.4165: the nv_g_cmd() function is too long * 8.2.4164: error in legacy code for function shadowing variable * 8.2.4163: no error for omitting function name after autoload prefix * 8.2.4162: Vim9: no error for redefining function with export * 8.2.4161: Vim9: warning for missing white space after imported variable * 8.2.4160: cannot change the register used for Select mode delete * 8.2.4159: MS-Windows: _WndProc() is very long * 8.2.4158: MS-Windows: memory leak in :browse * 8.2.4157: terminal test fails because Windows sets the title * 8.2.4156: fileinfo message overwrites echo'ed message * 8.2.4155: translating strftime() argument results in check error * 8.2.4154: ml_get error when exchanging windows in Visual mode * 8.2.4153: MS-Windows: Global IME is no longer supported * 8.2.4152: block insert with double wide character fails * 8.2.4151: reading beyond the end of a line * 8.2.4150: Coverity warns for using pointer after free * 8.2.4149: test override not restored, autocommand left behind
1 parent b6598bc commit 7e17897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [8.2.4148](https://github.com/vim/vim/commit/f61c89d2e698e287a9d04c0a29f4ecc0130c2ea2): deleting any mapping may cause \<ScritpCmd> to fail\n* [8.2.4147](https://github.com/vim/vim/commit/bed34f0a8a4e38a72a080184881bc68254a8cdc6): E464 does not always include the offending command\n* [8.2.4146](https://github.com/vim/vim/commit/f67c717e34e5553ab1c3b02b1861274cbcb78935): Vim9: shadowed function can be used in compiled function\n* [8.2.4145](https://github.com/vim/vim/commit/937610bc9f9c827e3e25fed32661fcbf3f994e10): confusing error when using name of import for a function\n* [8.2.4144](https://github.com/vim/vim/commit/1a8825d7a3484d76ca16ea2aa9769cadca7758a4): cannot load libsodium dynamically\n* [8.2.4143](https://github.com/vim/vim/commit/b0b2b73dca40c26ff1f4befe5c3aad3fd4bccfad): MS-Windows: IME support for Win9x is obsolete\n* [8.2.4142](https://github.com/vim/vim/commit/b4868eddd9cdc7086c88a7a3699dd435d34ae904): build failure with normal features without persistent undo
1+
* [8.2.4167](https://github.com/vim/vim/commit/dd5893be34649482ed62525430fb8baa1ec273ce): Vim9: error message for old style import\n* [8.2.4166](https://github.com/vim/vim/commit/e615db06046312e74886fa1ef98feb5a9db2a7c3): undo synced when switching buffer in another window\n* [8.2.4165](https://github.com/vim/vim/commit/05386ca1d4823e5c98c24b8cd038af49aee62577): the nv\_g\_cmd() function is too long\n* [8.2.4164](https://github.com/vim/vim/commit/6f0ddbf00dfc4c6eb70aa4abc415cad7aba46b6a): error in legacy code for function shadowing variable\n* [8.2.4163](https://github.com/vim/vim/commit/2017d6f3b1d523204e5471e941cfa687b4da0058): no error for omitting function name after autoload prefix\n* [8.2.4162](https://github.com/vim/vim/commit/9c7cae66bc21a3dc5c6e60cd64216ce7c9073003): Vim9: no error for redefining function with export\n* [8.2.4161](https://github.com/vim/vim/commit/21f0d6cbca9c93e2319d45a33ba26b10a85ff4dc): Vim9: warning for missing white space after imported variable\n* [8.2.4160](https://github.com/vim/vim/commit/4ede01f18884961f2e008880b4964e5d61ea5c36): cannot change the register used for Select mode delete\n* [8.2.4159](https://github.com/vim/vim/commit/92000e2e713a68f80a25472cfa74058366c58c9c): MS-Windows: \_WndProc() is very long\n* [8.2.4158](https://github.com/vim/vim/commit/14b8d6ac6b50f2f4f3e7463e4c335f51a512ad30): MS-Windows: memory leak in :browse\n* [8.2.4157](https://github.com/vim/vim/commit/ae1bd87fe84bfb31379bc5da351bca56a3d3b571): terminal test fails because Windows sets the title\n* [8.2.4156](https://github.com/vim/vim/commit/726f7f91fd17e3e7eb39614a20d10ea83c134df0): fileinfo message overwrites echo'ed message\n* [8.2.4155](https://github.com/vim/vim/commit/7e93577a957e4f402bb690c4c8629fd831e24a9d): translating strftime() argument results in check error\n* [8.2.4154](https://github.com/vim/vim/commit/05b27615481e72e3b338bb12990fb3e0c2ecc2a9): ml\_get error when exchanging windows in Visual mode\n* [8.2.4153](https://github.com/vim/vim/commit/4ac893f32109f29349661322676e5b81eb169b74): MS-Windows: Global IME is no longer supported\n* [8.2.4152](https://github.com/vim/vim/commit/fc6ccebea668c49e9e617e0657421b6a8ed9df1e): block insert with double wide character fails\n* [8.2.4151](https://github.com/vim/vim/commit/57df9e8a9f9ae1aafdde9b86b10ad907627a87dc): reading beyond the end of a line\n* [8.2.4150](https://github.com/vim/vim/commit/8aa0e6c60da5f7a4b04eaead40d183fd8e5640a4): Coverity warns for using pointer after free\n* [8.2.4149](https://github.com/vim/vim/commit/ca34db3bdef7238b203386dc82b975ffdf26f839): test override not restored, autocommand left behind

0 commit comments

Comments
 (0)