Skip to content

Commit 1749875

Browse files
committed
vim: Import v8.2.4478
* 8.2.4478: crash when using fuzzy completion * 8.2.4477: crash when using fuzzy completion * Update runtime files. * 8.2.4476: operator name spelled wrong * 8.2.4475: fuzzy cmdline completion does not work for lower case * 8.2.4474: memory allocation failures not tested in quickfix code
1 parent e7dfe42 commit 1749875

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.4473](https://github.com/vim/vim/commit/416b5f4894196947ea87eea2ed4fda3504674f72): Coverity warnds for not checking return value of ftell()\n* [8.2.4472](https://github.com/vim/vim/commit/9383a3afb6a2b7ba6a2739a66a68cc8e1162f389): Coverity warns for use of a freed function name\n* [8.2.4471](https://github.com/vim/vim/commit/62628d97c4690462ca54781fd16bbfc7ad31477b): Coverity warns for uninitialized variable\n* [8.2.4470](https://github.com/vim/vim/commit/ae49aa8434f325f476245ccf5ef119f49c609877): Coverity warns for uninitialized variable\n* [8.2.4469](https://github.com/vim/vim/commit/05c1734c4f70a0d7fb2f06444e26afda018f8795): Coverity warns for uninitialized variable\n* [8.2.4468](https://github.com/vim/vim/commit/68afde4c9b4379b757cc72112c33df9cf221eba8): Coverity warns for uninitialized struct member\n* [8.2.4467](https://github.com/vim/vim/commit/0e71b7d4ce3e1210150ce772e1af6956057a71ed): running filetype test leaves file behind\n* [8.2.4466](https://github.com/vim/vim/commit/5c6edf41f9beffea21ce45d658822cc4c0745fdb): MS-Windows: illegal memory access in installer\n* [8.2.4465](https://github.com/vim/vim/commit/5ec633b9b0400519db60253cb5846e50394218b4): fuzzy completion does not order matches properly\n* [8.2.4464](https://github.com/vim/vim/commit/4d56b971cbae01cc454eb09713326224993e38ed): Dtrace files are recognized as filetype D\n* [8.2.4463](https://github.com/vim/vim/commit/38b85cb4d7216705058708bacbc25ab90cd61595): completion only uses strict matching\n* [8.2.4462](https://github.com/vim/vim/commit/9c9be05b17ececb1515a2f41a4dedbf848d3d8b6): not enough testing for quickfix code\n* [8.2.4461](https://github.com/vim/vim/commit/3c620b0c0394b754597f68fdd9da5de76156f3ce): MS-Windows: garbage characters on stdout with VIMDLL\n* [8.2.4460](https://github.com/vim/vim/commit/dea5ab0fc5bb51105078d5349f987496b1aa8d6f): Vim9: wrong error for defining dict function\n* [8.2.4459](https://github.com/vim/vim/commit/fa02616718103be3f9e13e26d57905d4eddf836d): Vim9: compiling sort() call fails with unknown arguments\n* [8.2.4458](https://github.com/vim/vim/commit/6e1a38745f794715dc624399c318f513b54797c4): Vim9: compiling filter() call fails with unknown arguments\n* [8.2.4457](https://github.com/vim/vim/commit/33fc4a63071c03ad46636b345a814e7e6d8f4ae0): the GPM library can only be linked statically\n* [8.2.4456](https://github.com/vim/vim/commit/dd2dfb3cb00d47d2e8248c4e9d2cdf51e1574b79): terminal test may fail on some machines\n* [8.2.4455](https://github.com/vim/vim/commit/2007dd49f5cb36f944cab1cfbceb0f864e625f74): accepting one and zero for second sort() argument is strange\n* [8.2.4454](https://github.com/vim/vim/commit/6a8b13614e5bcb233d20403ae9f008ccba152be3): resetting cmdwin\_type only for one situation\n* [8.2.4453](https://github.com/vim/vim/commit/4791fcd82565adcc60b86830e0bb6cd5b6eea0a6): :helpgrep may free an option that was not allocated\n* [8.2.4452](https://github.com/vim/vim/commit/2dada73a4ebffe2582af472ce362abd3116b58c9): test for what 8.2.4436 fixes does not check for regression
1+
* [8.2.4478](https://github.com/vim/vim/commit/00333cb3b341499df8729b9345f0bbad968cda0b): crash when using fuzzy completion\n* [8.2.4477](https://github.com/vim/vim/commit/29ab6ce9f36660cffaad3c8789e71162e5db5d2f): crash when using fuzzy completion\n* [Update runtime files.](https://github.com/vim/vim/commit/c51cf0329809c7ae946c59d6f56699227efc9d1b)\n* [8.2.4476](https://github.com/vim/vim/commit/e41c1dd8890d3f701253255993f4e9af2d12225c): operator name spelled wrong\n* [8.2.4475](https://github.com/vim/vim/commit/4df5b33f206210fec2a0297aea27e7db8b5173c0): fuzzy cmdline completion does not work for lower case\n* [8.2.4474](https://github.com/vim/vim/commit/5a2d4a3ecb67942d47615507a163ffcd5863c073): memory allocation failures not tested in quickfix code

0 commit comments

Comments
 (0)