commit | 0d2073773218736e368786f0db7024bd9b9e7912 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 19:25:29 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 09 19:25:29 2018 +0100 |
tree | 9b28dc49158b0918814d7704fb80e4e734083c66 | |
parent | 8846ac5aedb568b9aae969f0ad2b9b1606522ca9 [diff] [blame] |
patch 8.0.1488: emacs tags no longer work Problem: Emacs tags no longer work. (zdohnal) Solution: Do not skip over end of line.
diff --git a/src/version.c b/src/version.c index 043cc62..eb0c02a 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1488, +/**/ 1487, /**/ 1486,