mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
feat(cscope)!: remove
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user