0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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

@@ -2359,6 +2359,7 @@ do_one_cmd(
case CMD_browse:
case CMD_call:
case CMD_confirm:
case CMD_const:
case CMD_delfunction:
case CMD_djump:
case CMD_dlist: