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