diff --git a/src/normal.c b/src/normal.c index fade0fc3f7..8b9fea76b0 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 diff --git a/src/version.c b/src/version.c index c799bd8a40..ba75f61acd 100644 --- a/src/version.c +++ b/src/version.c @@ -681,6 +681,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 395, /**/ 394, /**/