comparison src/version.c @ 22610:08e2363fd0de v8.2.1853

patch 8.2.1853: "to_f" is recognized at "topleft" modifier Commit: https://github.com/vim/vim/commit/7a66a17190f2f64688a697ea29d58388612122ce Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 16 19:56:12 2020 +0200 patch 8.2.1853: "to_f" is recognized at "topleft" modifier Problem: "to_f" is recognized at "topleft" modifier. Solution: Do not recognize modifer when "_" follows. (closes https://github.com/vim/vim/issues/7019)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Oct 2020 20:00:04 +0200
parents f140b9036aa5
children b08f435d5b86
comparison
equal deleted inserted replaced
22609:4757fd5c82c9 22610:08e2363fd0de
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1853,
753 /**/ 755 /**/
754 1852, 756 1852,
755 /**/ 757 /**/
756 1851, 758 1851,
757 /**/ 759 /**/