comparison src/version.c @ 28461:938c174b8088 v8.2.4755

patch 8.2.4755: cannot use <SID>FuncRef in completion spec Commit: https://github.com/vim/vim/commit/12eb2eb4d78828513d91e04b0e69550ed37a5932 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 15 22:57:09 2022 +0100 patch 8.2.4755: cannot use <SID>FuncRef in completion spec Problem: Cannot use <SID>FuncRef in completion spec. Solution: Dereference a function name in another way. (closes https://github.com/vim/vim/issues/10197)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Apr 2022 00:00:03 +0200
parents 52ef65c0637f
children 8bf3198ca147
comparison
equal deleted inserted replaced
28460:5bd8735b98a4 28461:938c174b8088
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4755,
749 /**/ 751 /**/
750 4754, 752 4754,
751 /**/ 753 /**/
752 4753, 754 4753,
753 /**/ 755 /**/