diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-10-26 06:34:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-26 06:34:56 +0800 |
commit | 3347519dd7e0a7cb2730dfa45dca5fd0a40e69e0 (patch) | |
tree | 8d7cd0f37e2b251edc0a798fa1f889f832819ee7 /runtime/lua/vim/_meta/vimfn.lua | |
parent | 684e93054b82c6b5b215db7d3ecbad803eb81f0e (diff) | |
download | rneovim-3347519dd7e0a7cb2730dfa45dca5fd0a40e69e0.tar.gz rneovim-3347519dd7e0a7cb2730dfa45dca5fd0a40e69e0.tar.bz2 rneovim-3347519dd7e0a7cb2730dfa45dca5fd0a40e69e0.zip |
vim-patch:9.0.2065: EXPAND flag set for filetype option (#25779)
Problem: EXPAND flag set for filetype option
Solution: Remove P_EXPAND flag from the 'filetype' option
Remove P_EXPAND flag from the 'filetype' option
Problem: P_EXPAND flag is erroneously set for 'filetype' option
Solution: Remove the P_EXPAND flag
This flag is used by string options that accept file path values. See
:help set_env.
This appears to have been included in d5e8c92 and resulted from an
incorrect implementation of 'filetype' completion.
See vim/vim#12900 for a small discussion.
related: vim/vim#12900
closes: vim/vim#13416
https://github.com/vim/vim/commit/3932072ab435eb171ab55b2a2c0185358cd0d7bf
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
0 files changed, 0 insertions, 0 deletions