]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2065: EXPAND flag set for filetype option v9.0.2065
authorDoug Kearns <dougkearns@gmail.com>
Wed, 25 Oct 2023 18:54:00 +0000 (20:54 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 25 Oct 2023 18:54:00 +0000 (20:54 +0200)
commit3932072ab435eb171ab55b2a2c0185358cd0d7bf
treebf85a38a92cc76da6cedb7fcba6686f3f7f72e2b
parentb731800522af00fd348814d33a065b92e698afc3
patch 9.0.2065: EXPAND flag set for filetype option

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 #12900 for a small discussion.

related: #12900
closes: #13416

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
src/optiondefs.h
src/version.c