mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
options: Search upwards for tags file #2670
Also remove some references to emacs tags from the docs. References https://github.com/neovim/neovim/issues/1664
This commit is contained in:
committed by
Justin M. Keyes
parent
e211362a6d
commit
3c2eae6cc6
@@ -1491,7 +1491,7 @@ static vimoption_T
|
||||
{"tags", "tag", P_STRING|P_EXPAND|P_VI_DEF|P_COMMA|P_NODUP,
|
||||
(char_u *)&p_tags, PV_TAGS,
|
||||
{
|
||||
(char_u *)"./tags,tags",
|
||||
(char_u *)"./tags;,tags",
|
||||
(char_u *)0L
|
||||
} SCRIPTID_INIT},
|
||||
{"tagstack", "tgst", P_BOOL|P_VI_DEF,
|
||||
|
||||
Reference in New Issue
Block a user