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

patch 8.1.2349: :lockvar and :unlockvar cannot be followed by "| endif"

Problem:    :lockvar and :unlockvar cannot be followed by "| endif".
Solution:   Check for following commands. (closes #5269)
This commit is contained in:
Bram Moolenaar
2019-11-26 17:05:00 +01:00
parent 8f76e6b12b
commit cc4423ae13
3 changed files with 18 additions and 0 deletions

View File

@@ -737,6 +737,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2349,
/**/
2348,
/**/