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 e058be9135..01a062d000 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -4310,11 +4310,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: |