commit | a693d0584b9a7ccce98813dda3a6badb209904c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 29 22:23:06 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 29 22:23:06 2017 +0200 |
tree | 35a41c5739c3ba540acef03966f9e15a95037dab | |
parent | 9c4fefffb65a2ed9b4a5b0f1bde0da8f349470b5 [diff] [blame] |
patch 8.0.0689: ~ character not escaped when extending search pattern Problem: The ~ character is not escaped when adding to the search pattern with CTRL-L. (Ramel Eshed) Solution: Escape the character. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 7bf3f4e..64f035d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 689, +/**/ 688, /**/ 687,