aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nvim/option.c2
1 files changed, 1 insertions, 1 deletions
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,