commit | 6eb36ade9883f54c84c739c6a3504ddfa3343063 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 19:08:33 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 11 19:08:33 2020 +0200 |
tree | 8a03676c8d3be3310327425d728d5752ae587253 | |
parent | efc0d94afc48a03b07955e91315e7e67945cd079 [diff] [blame] |
patch 8.2.1835: ":help ??" finds the "!!" tag Problem: ":help ??" finds the "!!" tag. Solution: Do not translate "?" into ".". (Naruhiko Nishino, closes #7114, closes #7115)
diff --git a/src/version.c b/src/version.c index ced1ef7..7a8fe05 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1835, +/**/ 1834, /**/ 1833,