Skip to content

Commit

Permalink
vim: Import v8.2.4087
Browse files Browse the repository at this point in the history
* 8.2.4087: cannot test items from an autoload script easily
* 8.2.4086: "cctx" argument of find_func_even_dead() is unused
* 8.2.4085: Vim9: no test for using import in legacy script
* 8.2.4084: memory leak when looking for autoload prefixed variable
* 8.2.4083: Vim9: no test for "vim9script autoload' using script variable
* 8.2.4082: check for autoload file name and prefix fails
* 8.2.4081: CodeQL reports problem in if_cscope causing it to fail
* 8.2.4080: not sufficient test coverage for xxd
* 8.2.4079: MS-Windows: "gvim --version" didn't work with VIMDLL
* 8.2.4078: terminal test for current directory not used on FreeBSD
* 8.2.4077: not all Libsensors files are recognized
* 8.2.4076: memory leak in autoload import
* 8.2.4075: test failures
* 8.2.4074: going over the end of NameBuff
* 8.2.4073: Coverity warns for using NULL pointer
  • Loading branch information
chrisbra committed Jan 13, 2022
1 parent e66c26e commit 1882c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* [8.2.4072](https://github.com/vim/vim/commit/d041f4208b0a2149e9d41f6443aa1c14c076a411): Vim9: compiling function fails when autoload is not loaded\n* [8.2.4071](https://github.com/vim/vim/commit/53c296112edd8471eb63afbca03f96bad164c813): Vim9: no detection of return in try/endtry\n* [8.2.4070](https://github.com/vim/vim/commit/f5d639a8af719eb8ecb141b5c0890627e4d83134): using uninitialized memory when reading empty file\n* [8.2.4069](https://github.com/vim/vim/commit/5d9826973d9f4c6ffbb5648676bb628660c62906): Vim9: import test fails on MS-Windows\n* [8.2.4068](https://github.com/vim/vim/commit/f479cac084c7ddd9f20944c8978d39f3ef092868): Vim9: import test fails\n* [8.2.4067](https://github.com/vim/vim/commit/f111cdfae6edf697390e0d9a85082a6526b03da6): Vim9: cannot call imported function with :call\n* [8.2.4066](https://github.com/vim/vim/commit/17d36cbcd36d944c744ef68afa971718959b2111): Vim9: imported autoload script loaded again
* [8.2.4087](https://github.com/vim/vim/commit/3e4fa3d7d37162cd08fc0c6e83f52fd323f63eba): cannot test items from an autoload script easily\n* [8.2.4086](https://github.com/vim/vim/commit/d9d2fd0aa33dd9f7460d6f1e403505a60f7ce2fc): "cctx" argument of find\_func\_even\_dead() is unused\n* [8.2.4085](https://github.com/vim/vim/commit/c43e6235c7b3e64f81c6a4e294e4e47abf7a869a): Vim9: no test for using import in legacy script\n* [8.2.4084](https://github.com/vim/vim/commit/130f65d46bca94535d30cef518a6184613fb7ebf): memory leak when looking for autoload prefixed variable\n* [8.2.4083](https://github.com/vim/vim/commit/0e3e7ba05fa9cebe17d38def97ecd38a987d02ec): Vim9: no test for "vim9script autoload' using script variable\n* [8.2.4082](https://github.com/vim/vim/commit/3049fcf0a189b0fea8468fa308887b8252d93dce): check for autoload file name and prefix fails\n* [8.2.4081](https://github.com/vim/vim/commit/4050305bfd24e7d0e241f617519bd0fa86263b9a): CodeQL reports problem in if\_cscope causing it to fail\n* [8.2.4080](https://github.com/vim/vim/commit/a00e622a294b10671ee78216dcd21169a2b884cf): not sufficient test coverage for xxd\n* [8.2.4079](https://github.com/vim/vim/commit/33b25d1317e4c06ec6b1cafb46ea9cde475a61ae): MS-Windows: "gvim --version" didn't work with VIMDLL\n* [8.2.4078](https://github.com/vim/vim/commit/ced2b38a560cc4f4ec983ed2cf4372ab62e1dbc1): terminal test for current directory not used on FreeBSD\n* [8.2.4077](https://github.com/vim/vim/commit/8d9e470aa91a93da7d6bda62521aef69a79e956d): not all Libsensors files are recognized\n* [8.2.4076](https://github.com/vim/vim/commit/71930f174d47ef7765e9180df58f597cec71dec7): memory leak in autoload import\n* [8.2.4075](https://github.com/vim/vim/commit/78a70533c3707aa50cbf998c7807221945aa9787): test failures\n* [8.2.4074](https://github.com/vim/vim/commit/de05bb25733c3319e18dca44e9b59c6ee389eb26): going over the end of NameBuff\n* [8.2.4073](https://github.com/vim/vim/commit/54598066ca4cfaf0761aedf47e4ba9844674791e): Coverity warns for using NULL pointer

0 comments on commit 1882c40

Please sign in to comment.