commit | 9281c6cae4e1cec2c661487d761d407bad7c6ad6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 17:06:16 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 02 17:06:16 2021 +0100 |
tree | 5c0982cb5299379f9e1b18db91d9be7a068642b8 | |
parent | a72514945bc3edd4fc4d745004e37c5d5487c98d [diff] [blame] |
patch 8.2.2277: missing backslash Problem: Missing backslash. Solution: Add backslash.
diff --git a/src/version.c b/src/version.c index b344129..7d720f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2277, +/**/ 2276, /**/ 2275,