Skip to content

Commit

Permalink
vim: Import v8.2.4072
Browse files Browse the repository at this point in the history
* 8.2.4072: Vim9: compiling function fails when autoload is not loaded
* 8.2.4071: Vim9: no detection of return in try/endtry
* 8.2.4070: using uninitialized memory when reading empty file
* 8.2.4069: Vim9: import test fails on MS-Windows
* 8.2.4068: Vim9: import test fails
* 8.2.4067: Vim9: cannot call imported function with :call
* 8.2.4066: Vim9: imported autoload script loaded again
  • Loading branch information
chrisbra committed Jan 12, 2022
1 parent b7dcd44 commit e66c26e
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.4065](https://github.com/vim/vim/commit/3cf21b305104e91a28e4ce3a473672b2e88a9469): computation overflow with large cound for :yank\n* [8.2.4064](https://github.com/vim/vim/commit/2284f6cca384e0ccc352bfec7277dc26386cac3d): foam files are not detected\n* [8.2.4063](https://github.com/vim/vim/commit/b8822442d716df0230c79531132e530e95cc17e3): Vim9: exported function in autoload script not found\n* [8.2.4062](https://github.com/vim/vim/commit/0bbca540f7377889e2154aa5731f6eeffcb5c0cc): match highlighting of tab too short\n* [8.2.4061](https://github.com/vim/vim/commit/0d47ad40274ed9c7ace636b2a4063182c905a2b4): codecov bash script is deprecated\n* [8.2.4060](https://github.com/vim/vim/commit/d6f27c66cca32b93fcf8024b1bad1618946bbbea): win\_execute() slow on systems where getcwd()/chdir() is slow\n* [8.2.4059](https://github.com/vim/vim/commit/19db9e6ba710ca32f0f5e0c2ca2ba69f8228b833): Vim9: an expression of a map cannot access script-local items
* [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

0 comments on commit e66c26e

Please sign in to comment.