mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 09:31:47 +00:00
vim-patch:9.2.0444: Cannot set 'path' option via modeline
Problem: Cannot set 'path' option via modeline (zeertzjq, after v9.2.0435) Solution: Revert the part that disallows setting 'path' via modeline. closes: vim/vim#2013788fb739918Co-authored-by: Christian Brabandt <cb@256bit.org> (cherry picked from commitd1c3d6fbaa)
This commit is contained in:
committed by
github-actions[bot]
parent
b013940391
commit
15a58bb02a
@@ -6544,7 +6544,6 @@ local options = {
|
||||
full_name = 'path',
|
||||
list = 'comma',
|
||||
scope = { 'global', 'buf' },
|
||||
secure = true,
|
||||
short_desc = N_('list of directories searched with "gf" et.al.'),
|
||||
tags = { 'E343', 'E345', 'E347', 'E854' },
|
||||
type = 'string',
|
||||
|
||||
Reference in New Issue
Block a user