-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.2.4174: Vim9: can use an autoload name in normal script * 8.2.4173: cannot use an import in 'foldexpr' * 8.2.4172: filetype detection for BASIC is not optimal * 8.2.4171: cannot invoke option function using autoload import * 8.2.4170: MS-Windows: still using old message API calls * 8.2.4169: MS-Windows: unnessary casts and other minor things * 8.2.4168: disallowing empty function name breaks existing plugins * 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
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +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 | ||
* [8.2.4174](https://github.com/vim/vim/commit/19e69a63302f7f8972cee723bf0f3fc176825583): Vim9: can use an autoload name in normal script\n* [8.2.4173](https://github.com/vim/vim/commit/e70dd11ef41f69bd5e94f630194e6b3c4f3f2102): cannot use an import in 'foldexpr'\n* [8.2.4172](https://github.com/vim/vim/commit/6517f14165cdebf83a07ab9d4aeeb102b4e16e92): filetype detection for BASIC is not optimal\n* [8.2.4171](https://github.com/vim/vim/commit/f0e7e6365e86ca42c177fe165d3097d1bfb35f72): cannot invoke option function using autoload import\n* [8.2.4170](https://github.com/vim/vim/commit/b7057bdd090ddcce96dc058e4e65340c8ec961d7): MS-Windows: still using old message API calls\n* [8.2.4169](https://github.com/vim/vim/commit/45f9cfbdc75e10d420039fbe98d9f554bd415213): MS-Windows: unnessary casts and other minor things\n* [8.2.4168](https://github.com/vim/vim/commit/e6a4200ff47708febcd7cb2b8c3dd3801a975d43): disallowing empty function name breaks existing plugins\n* [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 |
Submodule vim
updated
20 files
+21 −5 | runtime/autoload/dist/ft.vim | |
+3 −2 | runtime/filetype.vim | |
+2 −1 | src/errors.h | |
+8 −2 | src/eval.c | |
+41 −9 | src/evalvars.c | |
+1 −1 | src/fold.c | |
+21 −22 | src/gui_w32.c | |
+11 −0 | src/option.c | |
+5 −5 | src/os_mswin.c | |
+4 −4 | src/os_win32.c | |
+0 −6 | src/os_win32.h | |
+1 −3 | src/proto/eval.pro | |
+1 −0 | src/proto/evalvars.pro | |
+2 −3 | src/structs.h | |
+4 −0 | src/testdir/sautest/autoload/foo.vim | |
+4 −0 | src/testdir/test_autoload.vim | |
+63 −1 | src/testdir/test_filetype.vim | |
+93 −1 | src/testdir/test_vim9_import.vim | |
+9 −3 | src/userfunc.c | |
+14 −0 | src/version.c |