comparison src/version.c @ 25372:c63a2d24b7e2 v8.2.3223

patch 8.2.3223: Vim: using {} block in autoloade omnifunc fails Commit: https://github.com/vim/vim/commit/ff34bee3a2d22f2ff7abd4519270b5518082c33d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 25 20:27:06 2021 +0200 patch 8.2.3223: Vim: using {} block in autoloade omnifunc fails Problem: Vim: using {} block in autoloade omnifunc fails. Solution: Allow using {} block when text is locked. (closes https://github.com/vim/vim/issues/8631)
author Bram Moolenaar <Bram@vim.org>
date Sun, 25 Jul 2021 20:30:04 +0200
parents d52504ef26ed
children 7124992f26ef
comparison
equal deleted inserted replaced
25371:e14bafcbce5c 25372:c63a2d24b7e2
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3223,
758 /**/ 760 /**/
759 3222, 761 3222,
760 /**/ 762 /**/
761 3221, 763 3221,
762 /**/ 764 /**/