commit | a9d23c20879d0dcb289a4db54b3c7df060f87c3c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 20:53:34 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 20:53:34 2017 +0100 |
tree | 789ed779f83e0fc11e8f3ab8fc1835b6dfda752a | |
parent | e32bbded641a5da0263ecf82f9ccc95a8e0a089e [diff] [blame] |
patch 8.0.0195: fail to jump to static tag in current file Problem: Jumping to a tag that is a static item in the current file fails. (Kazunobu Kuriyama) Solution: Make sure the first byte of the tag key is not NUL. (Suggested by James McCoy, closes #1387)
diff --git a/src/version.c b/src/version.c index cfb4e59..28c6776 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 195, +/**/ 194, /**/ 193,