comparison src/version.c @ 21156:eb6c27af07dd v8.2.1129

patch 8.2.1129: Vim9: bar not recognized after not compiled command Commit: https://github.com/vim/vim/commit/e9f262bdff2defa248e5d40b6520251799581ea4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 5 14:57:51 2020 +0200 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 https://github.com/vim/vim/issues/6391)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 15:00:04 +0200
parents 9f9c26b3ddc5
children 157fe2d26e16
comparison
equal deleted inserted replaced
21155:aae581cf2a1a 21156:eb6c27af07dd
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1129,
757 /**/ 759 /**/
758 1128, 760 1128,
759 /**/ 761 /**/
760 1127, 762 1127,
761 /**/ 763 /**/