diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1853,
+/**/
     1852,
 /**/
     1851,