summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index fade0fc3f..8b9fea76b 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -5526,11 +5526,11 @@ nv_ident(cap)
break;
default:
+ tag_cmd = TRUE;
if (curbuf->b_help)
STRCPY(buf, "he! ");
else
{
- tag_cmd = TRUE;
if (g_cmd)
STRCPY(buf, "tj ");
else