From 3c2eae6cc69dbdd212c469d8770a1ad1e1da92ff Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Sat, 16 May 2015 02:33:26 -0300 Subject: 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 --- src/nvim/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/option.c') diff --git a/src/nvim/option.c b/src/nvim/option.c index bb6acc79dc..4911377c06 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -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, -- cgit