comparison src/version.c @ 21158:157fe2d26e16 v8.2.1130

patch 8.2.1130: Vim9: bar not recognized after function call Commit: https://github.com/vim/vim/commit/788123c00c4b7acc4e6ba3e9f1cc8b175ae9aae8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 5 15:32:17 2020 +0200 patch 8.2.1130: Vim9: bar not recognized after function call Problem: Vim9: bar not recognized after function call Solution: Skip whitespace. (closes https://github.com/vim/vim/issues/6391)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Jul 2020 15:45:03 +0200
parents eb6c27af07dd
children 1a393685e7ce
comparison
equal deleted inserted replaced
21157:151e1935e327 21158:157fe2d26e16
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 1130,
757 /**/ 759 /**/
758 1129, 760 1129,
759 /**/ 761 /**/
760 1128, 762 1128,
761 /**/ 763 /**/