1
0
forked from aniani/vim

updated for version 7.2-156

This commit is contained in:
Bram Moolenaar
2009-04-22 14:25:01 +00:00
parent 69f2d5a9ac
commit 7bfef80fab
4 changed files with 23 additions and 7 deletions

View File

@@ -3690,7 +3690,9 @@ set_one_cmd_context(xp, buff)
break;
#ifdef FEAT_CSCOPE
case CMD_cscope:
set_context_in_cscope_cmd(xp, arg);
case CMD_lcscope:
case CMD_scscope:
set_context_in_cscope_cmd(xp, arg, ea.cmdidx);
break;
#endif
#ifdef FEAT_LISTCMDS