summaryrefslogtreecommitdiffstats
path: root/src/tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag.c b/src/tag.c
index 283343aae2..f94d3eb9d4 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -310,7 +310,7 @@ do_tag(
#endif
if (postponed_split == 0 && !check_can_set_curbuf_forceit(forceit))
- return FALSE;
+ return FALSE;
if (type == DT_HELP)
{
@@ -3713,7 +3713,7 @@ jumpto_tag(
char_u *lbuf;
if (postponed_split == 0 && !check_can_set_curbuf_forceit(forceit))
- return FAIL;
+ return FAIL;
// Make a copy of the line, it can become invalid when an autocommand calls
// back here recursively.