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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user