Skip to content

Commit 86edb7e

Browse files
committed
vim: Import v8.2.4236
* 8.2.4236: accessing freed memory * 8.2.4235: invalid check for NULL pointer * 8.2.4234: test_garbagecollect_now() does not check v:testing * 8.2.4233: crash when recording and using Select mode * 8.2.4232: some compilers don't like a goto label without statement * 8.2.4231: Vim9: map() gives type error when type was not declared * 8.2.4230: MS-Windows: set_guifontwide() is included but won't work * 8.2.4229: possible crash when invoking timer callback fails * 8.2.4228: no tests for clicking in the GUI tabline
1 parent 2e91b1e commit 86edb7e

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.4227](https://github.com/vim/vim/commit/e939f5ebbae8dd7825d62d84e0c9910fa1756a9c): Vim9: using "lockvar!" in :def function does not work\n* [8.2.4226](https://github.com/vim/vim/commit/fc4c44836acf7cd83af6d9b5b4737a305c5b3fb2): filter-map test fails\n* [8.2.4225](https://github.com/vim/vim/commit/70c43d84be98ab54d3723155dcc4232dc5a5f081): Vim9: depth argument of :lockvar not parsed in :def function\n* [8.2.4224](https://github.com/vim/vim/commit/1080c48ec8d672d7e9fbefb5a1255c9df09a2884): Vim9: no error when using a number for map() second argument\n* [8.2.4223](https://github.com/vim/vim/commit/1a804528ab39f5c810cf42397702057100a94ade): long/int compiler warnings; function arguments swapped\n* [8.2.4222](https://github.com/vim/vim/commit/47d1666d605998a97d3827eca4d467ad0930b284): MS-Windows: clumsy way to suppress progress on CI\n* [8.2.4221](https://github.com/vim/vim/commit/a827bf3ea8fe465aa456ef7a7a37d6afe6a47628): some functions in normal.c are very long\n* [8.2.4220](https://github.com/vim/vim/commit/250155ae319802418c1576e9ff88d0e16b108282): MS-Windows: some old compiler support remains
1+
* [8.2.4236](https://github.com/vim/vim/commit/166788c657f4b1090a31ea37a023b1f2c78790c8): accessing freed memory\n* [8.2.4235](https://github.com/vim/vim/commit/37cf413e3e768b76c975e4a7081472d75d649c72): invalid check for NULL pointer\n* [8.2.4234](https://github.com/vim/vim/commit/b3d83980d2ac0f7a25314270416f17af874ca269): test\_garbagecollect\_now() does not check v:testing\n* [8.2.4233](https://github.com/vim/vim/commit/a4bc2dd7cccf5a4a9f78b58b6f35a45d17164323): crash when recording and using Select mode\n* [8.2.4232](https://github.com/vim/vim/commit/98cd30383a378eb5f2dbf1b4e887fa17b5494a64): some compilers don't like a goto label without statement\n* [8.2.4231](https://github.com/vim/vim/commit/35c807df1f5774f09612d756ddc3cd5c44eacaca): Vim9: map() gives type error when type was not declared\n* [8.2.4230](https://github.com/vim/vim/commit/94373c48e7e438e5b924b34ce820e9b2eb9f810c): MS-Windows: set\_guifontwide() is included but won't work\n* [8.2.4229](https://github.com/vim/vim/commit/745b938a48104778dcb7b0245e6589b54cb93593): possible crash when invoking timer callback fails\n* [8.2.4228](https://github.com/vim/vim/commit/b0ad2d92fd19e673ddbbc66742bae3f71778efde): no tests for clicking in the GUI tabline

0 commit comments

Comments
 (0)