vim-patch:8.0.0081

Problem:    Inconsistent function names.
Solution:   Rename do_cscope to ex_cscope.  Clean up comments.

d4db7719bd
This commit is contained in:
lonerover
2017-08-04 19:58:10 +08:00
parent 5cc4ea38c0
commit 99aeb607f4
4 changed files with 40 additions and 101 deletions

View File

@@ -8321,7 +8321,7 @@ static void ex_tag_cmd(exarg_T *eap, char_u *name)
break;
default: /* ":tag" */
if (p_cst && *eap->arg != NUL) {
do_cstag(eap);
ex_cstag(eap);
return;
}
cmd = DT_TAG;