commit | 6dbf66aa3e2197ce41f2b1cc7602bb9c15840548 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 21:32:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 21:32:32 2016 +0100 |
tree | 4e599d400c25c838e2e98d539f3118258a2ede6a | |
parent | e3af763d5e6b90a9b5d5706920e669fd8f0b6c77 [diff] [blame] |
patch 8.0.0116 Problem: When reading English help and using CTRl-] the language from 'helplang' is used. Solution: Make help tag jumps keep the language. (Tatsuki, test by Hirohito Higashi, closes #1249)
diff --git a/src/version.c b/src/version.c index e0bbcb4..598a7ea 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 116, +/**/ 115, /**/ 114,