Skip to content

Commit 792c36f

Browse files
committed
vim: Import v8.2.4186
* 8.2.4186: cannot use an import in 'patchexpr' * 8.2.4185: cannot use an import in 'indentexpr' * 8.2.4184: cannot use an import in 'includeexpr' * 8.2.4183: cannot use an import in 'formatexpr' * 8.2.4182: memory leak when evaluating 'diffexpr' * 8.2.4181: Vim9: cannot use an import in 'diffexpr' * 8.2.4180: 'balloonexpr' is evaluated in the current script context * 8.2.4179: 'foldtext' is evaluated in the current script context * 8.2.4178: Vim9: invalid error for return type of lambda when debugging * 8.2.4177: Vim9: autoload script not loaded after "vim9script noclear" * 8.2.4176: Vim9: cannot use imported function with call() * 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsolete
1 parent cb3e7d5 commit 792c36f

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.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
1+
* [8.2.4186](https://github.com/vim/vim/commit/36c2add7f82bc5dbbfc45db31953ef9633c635b3): cannot use an import in 'patchexpr'\n* [8.2.4185](https://github.com/vim/vim/commit/28e60cc088cadd25afb69ee636f0e2e34233ba4e): cannot use an import in 'indentexpr'\n* [8.2.4184](https://github.com/vim/vim/commit/47bcc5f4c83c158f43ac2ea7abfe99dbf5c2e098): cannot use an import in 'includeexpr'\n* [8.2.4183](https://github.com/vim/vim/commit/3ba685eeefcfbbf895d70664357ef05f252d7b21): cannot use an import in 'formatexpr'\n* [8.2.4182](https://github.com/vim/vim/commit/39b8944539a9cde553fe709e535fdfd37d0f9307): memory leak when evaluating 'diffexpr'\n* [8.2.4181](https://github.com/vim/vim/commit/7b29f6a3949743914f08410b6f6bd6237c2f2038): Vim9: cannot use an import in 'diffexpr'\n* [8.2.4180](https://github.com/vim/vim/commit/5600a709f453045c80f92087acc0f855b4af377a): 'balloonexpr' is evaluated in the current script context\n* [8.2.4179](https://github.com/vim/vim/commit/9530b580a7b71960dbbdb2b12a3aafeb540bd135): 'foldtext' is evaluated in the current script context\n* [8.2.4178](https://github.com/vim/vim/commit/0bfa84916d110d4f4d863e91e144ff05ba431316): Vim9: invalid error for return type of lambda when debugging\n* [8.2.4177](https://github.com/vim/vim/commit/b697dc295d0625bf2445649f03019f9b8fccc1a8): Vim9: autoload script not loaded after "vim9script noclear"\n* [8.2.4176](https://github.com/vim/vim/commit/3d8e25a6d2660432df033cdad29f981ffe6ae0fc): Vim9: cannot use imported function with call()\n* [8.2.4175](https://github.com/vim/vim/commit/0bd663a3804fceb3efb26a179e9c1d830ddcdb6e): MS-Windows: runtime check for multi-line balloon is obsolete

0 commit comments

Comments
 (0)