commit | bdc0f1c6986e5d64f647e0924a4de795b47c549a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 24 19:08:24 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 24 19:08:24 2021 +0200 |
tree | d314ca4f02d7e8e13072ebef2ed4ba92be403083 | |
parent | 96cf4ba8fb96e5778192d2dab7458b9a7da0a49d [diff] [blame] |
patch 8.2.2806: Vim9: using "++nr" as a command might not work Problem: Vim9: using "++nr" as a command might not work. Solution: Do not recognize "++" and "--" in a following line as addition or subtraction.
diff --git a/src/version.c b/src/version.c index 4c266ef..1931aae 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2806, +/**/ 2805, /**/ 2804,