comparison src/version.c @ 15099:39728d503e47 v8.1.0560

patch 8.1.0560: cannot use address type "other" with with user command commit https://github.com/vim/vim/commit/51a7454cd2c34ee459f104e45768eab3817c099e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 2 18:21:49 2018 +0100 patch 8.1.0560: cannot use address type "other" with with user command Problem: Cannot use address type "other" with with user command. Solution: Add "other" to the list. (Daniel Hahler, closes https://github.com/vim/vim/issues/3655) Also reject "%" for commands with "other". Add some more tests.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Dec 2018 18:30:07 +0100
parents 1946487c74ba
children 6ee344fcb472
comparison
equal deleted inserted replaced
15098:fe8031c9de2e 15099:39728d503e47
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 560,
795 /**/ 797 /**/
796 559, 798 559,
797 /**/ 799 /**/
798 558, 800 558,
799 /**/ 801 /**/