feat(cscope)!: remove

This commit is contained in:
Lewis Russell
2022-10-08 15:48:07 +01:00
parent eb123b565e
commit 288208257c
39 changed files with 134 additions and 3253 deletions

View File

@@ -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: