diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-06-17 06:23:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-17 06:23:07 +0800 |
commit | 4e63104c47132adee7d1dc678d69d80e867371bf (patch) | |
tree | faafe412539aa9ea73ff9096102ebf69716f6e85 /runtime/lua/vim/_init_packages.lua | |
parent | 8376e8700b3d4f8ab96751612c3f4439a43b06f4 (diff) | |
download | rneovim-4e63104c47132adee7d1dc678d69d80e867371bf.tar.gz rneovim-4e63104c47132adee7d1dc678d69d80e867371bf.tar.bz2 rneovim-4e63104c47132adee7d1dc678d69d80e867371bf.zip |
vim-patch:9.0.1637: compiler warning for uninitialized variable (#24042)
Problem: Compiler warning for uninitialized variable.
Solution: Move the variable to an inner block and initialize it. (Christian
Brabandt, closes vim/vim#12549)
https://github.com/vim/vim/commit/54f50cbf6a470316a262e4389d62424e6f06b81c
The "eof" variable is not present in Nvim because it is only used by
FEAT_CRYPT.
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/lua/vim/_init_packages.lua')
0 files changed, 0 insertions, 0 deletions