Skip to content

Commit e7dfe42

Browse files
committed
vim: Import v8.2.4473
* 8.2.4473: Coverity warnds for not checking return value of ftell() * 8.2.4472: Coverity warns for use of a freed function name * 8.2.4471: Coverity warns for uninitialized variable * 8.2.4470: Coverity warns for uninitialized variable * 8.2.4469: Coverity warns for uninitialized variable * 8.2.4468: Coverity warns for uninitialized struct member * 8.2.4467: running filetype test leaves file behind * 8.2.4466: MS-Windows: illegal memory access in installer * 8.2.4465: fuzzy completion does not order matches properly * 8.2.4464: Dtrace files are recognized as filetype D * 8.2.4463: completion only uses strict matching * 8.2.4462: not enough testing for quickfix code * 8.2.4461: MS-Windows: garbage characters on stdout with VIMDLL * 8.2.4460: Vim9: wrong error for defining dict function * 8.2.4459: Vim9: compiling sort() call fails with unknown arguments * 8.2.4458: Vim9: compiling filter() call fails with unknown arguments * 8.2.4457: the GPM library can only be linked statically * 8.2.4456: terminal test may fail on some machines * 8.2.4455: accepting one and zero for second sort() argument is strange * 8.2.4454: resetting cmdwin_type only for one situation * 8.2.4453: :helpgrep may free an option that was not allocated * 8.2.4452: test for what 8.2.4436 fixes does not check for regression
1 parent a1f6c39 commit e7dfe42

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.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.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

0 commit comments

Comments
 (0)