diff options
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r-- | src/nvim/normal.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index 8aafe6671d..0ef7b76de3 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -4313,11 +4313,7 @@ static void nv_ident(cmdarg_T *cap) case ']': tag_cmd = true; - if (p_cst) { - STRCPY(buf, "cstag "); - } else { - STRCPY(buf, "ts "); - } + STRCPY(buf, "ts "); break; default: |