commit | 8516071124dbb7ad7caa43cc98ae3c57ae093c9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 18:27:41 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 19 18:27:41 2018 +0200 |
tree | 968387c224ff5fba447299c97f0f36542b612a7f | |
parent | 1d4754f96fa5bff1c349cdb71560c55675f50d03 [diff] [blame] |
patch 8.1.0083: "is" and "as" have trouble with quoted punctuation Problem: "is" and "as" have trouble with quoted punctuation. Solution: Check for punctuation before a quote. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index 1cdc8d4..20cd380 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 83, +/**/ 82, /**/ 81,