comparison src/version.c @ 21939:8350bdbdbb28 v8.2.1519

patch 8.2.1519: Vim9: Ex command default range is not set Commit: https://github.com/vim/vim/commit/c2af0afff5c44969ad7611ec2d47d0f52087fa7f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 23 21:06:02 2020 +0200 patch 8.2.1519: Vim9: Ex command default range is not set Problem: Vim9: Ex command default range is not set. Solution: When range is not given use default. (closes https://github.com/vim/vim/issues/6779)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Aug 2020 21:15:04 +0200
parents b931df03adcc
children f65e76638eb5
comparison
equal deleted inserted replaced
21938:9131ebc53d38 21939:8350bdbdbb28
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 1519,
757 /**/ 759 /**/
758 1518, 760 1518,
759 /**/ 761 /**/
760 1517, 762 1517,
761 /**/ 763 /**/