0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.1129: Vim9: bar not recognized after not compiled command

Problem:    Vim9: bar not recognized after not compiled command.
Solution:   Check for bar for commands where this is possible. (closes #6391)
This commit is contained in:
Bram Moolenaar
2020-07-05 14:57:51 +02:00
parent 3f40ce78f5
commit e9f262bdff
3 changed files with 66 additions and 2 deletions

View File

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