commit | 9ca250855b55f4d3292b010525c827dc6992cb61 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 05 11:30:09 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 05 11:30:09 2019 +0200 |
tree | 323c839cb49b0eb3bdcdc9521a01cf9d4812582f | |
parent | 4c063dde73c618b0728016d221ef130d9e9ec968 [diff] [blame] |
patch 8.1.2113: ":help expr-!~?" only works after searching Problem: ":help expr-!~?" only works after searching. Solution: Escape "~" after "expr-". (closes #5015)
diff --git a/src/version.c b/src/version.c index eb1ad1f..d37ee65 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2113, +/**/ 2112, /**/ 2111,