1
0
forked from aniani/vim

patch 8.1.2348: :const cannot be followed by "| endif"

Problem:    :const cannot be followed by "| endif".
Solution:   Check following command for :const. (closes #5269)
            Also fix completion after :const.
This commit is contained in:
Bram Moolenaar
2019-11-26 16:50:30 +01:00
parent 84f903326d
commit 8f76e6b12b
7 changed files with 16 additions and 1 deletions

View File

@@ -1508,6 +1508,7 @@ set_one_cmd_context(
break;
#endif
#ifdef FEAT_EVAL
case CMD_const:
case CMD_let:
case CMD_if:
case CMD_elseif: