Merge pull request #20545 from lewis6991/remove_cscope

This commit is contained in:
Lewis Russell
2022-10-14 09:53:15 +01:00
committed by GitHub
39 changed files with 138 additions and 3260 deletions

View File

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