Skip to content

Commit 2caab80

Browse files
committed
vim: Import v8.2.4005
* 8.2.4005: error messages are spread out * 8.2.4004: old compiler complains about struct init with variable * 8.2.4003: error messages are spread out * 8.2.4002: first char typed in Select mode can be wrong * 8.2.4001: insert complete code uses global variables * 8.2.4000: Coverity warns for checking for NULL pointer after using it * 8.2.3999: redundant check for NUL byte * 8.2.3998: asan error for adding zero to NULL * 8.2.3997: Vim9: not enough testing for extend() and map() * 8.2.3996: Vim9: type checking lacks information about declared type
1 parent 0fc62e5 commit 2caab80

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.3995](https://github.com/vim/vim/commit/9acf2d8be93f3b50607279e7f3484b019675d0a7): not all sshconfig files are detected as such\n* [8.2.3994](https://github.com/vim/vim/commit/ad8f2485856eadb931ebd1f633ca366a40e415b8): Vim9: extend() complains about type when it was not declared\n* [8.2.3993](https://github.com/vim/vim/commit/c88e977862ba6477a3b5b28706c45f96069a3073): when recording a change in Select mode char appears twice\n* [8.2.3992](https://github.com/vim/vim/commit/0e2508d9e63e63414de2c06b3c8a446fdfe4470b): wrong local-additions in the help with language mix\n* [8.2.3991](https://github.com/vim/vim/commit/114dbda7858df956161c0adba5d4d8279645ff67): Vim9: error when extending dict\<any>\n* [8.2.3990](https://github.com/vim/vim/commit/5c75eed758fbeb39825834d51f3ee4e08f137af3): testing wrong operator\n* [8.2.3989](https://github.com/vim/vim/commit/e982586f8eebf2b055987218f6d3f7a084c4bf69): some insert completion code is not tested
1+
* [8.2.4005](https://github.com/vim/vim/commit/a6f7929e62c19a6a2418a016b4c59b83eb1887ac): error messages are spread out\n* [8.2.4004](https://github.com/vim/vim/commit/548911ee145cdd166f20e46aa720d1631e66f64e): old compiler complains about struct init with variable\n* [8.2.4003](https://github.com/vim/vim/commit/d88be5be80f47826397d12ffc90150a443821f2b): error messages are spread out\n* [8.2.4002](https://github.com/vim/vim/commit/6cac77016b1636e04073e8348b7cee02259ef928): first char typed in Select mode can be wrong\n* [8.2.4001](https://github.com/vim/vim/commit/d94fbfc74a8b8073e7a256c95fa6f39fc527c726): insert complete code uses global variables\n* [8.2.4000](https://github.com/vim/vim/commit/fcd1635a4680d53090baa433996954bfe0642366): Coverity warns for checking for NULL pointer after using it\n* [8.2.3999](https://github.com/vim/vim/commit/c024ed9233feac4c8da7394a62bb50474803514f): redundant check for NUL byte\n* [8.2.3998](https://github.com/vim/vim/commit/48824e952f7db8ca657fe20e66456fc19fca6815): asan error for adding zero to NULL\n* [8.2.3997](https://github.com/vim/vim/commit/10d6f18b2f9090d19dd884827c4be59a20b446bf): Vim9: not enough testing for extend() and map()\n* [8.2.3996](https://github.com/vim/vim/commit/078a46161e8b1b30bf306d6c1f4f0af7c616a989): Vim9: type checking lacks information about declared type

0 commit comments

Comments
 (0)