commit | 2f72c70657129c16e6b0e413752a775c804f02f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 14:48:10 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 14:48:10 2017 +0100 |
tree | 901c2e1b65aa77fb6e8d31b9b4060af142f60d20 | |
parent | c9b56b2ceb4662f87c39ea07ba5090a073fd6286 [diff] [blame] |
patch 8.0.0259: tab commands do not handle count correctly Problem: Tab commands do not handle count correctly. (Ken Hamada) Solution: Add ADDR_TABS_RELATIVE. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index aaeb258..05d2dd4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 259, +/**/ 258, /**/ 257,