commit | a21ccb7a974a96550c5cd99c4633e166d2083172 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 29 17:40:22 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 29 17:40:22 2017 +0200 |
tree | 684098e415cc4b1619db8287348083d692ef52fc | |
parent | 1a9020d4cba6d90688506102ab587c371ff72f8b [diff] [blame] |
patch 8.0.0589: :simalt still does not work Problem: :simalt still does not work. Solution: Use K_NOP instead of K_IGNORE. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 3b84b05..200ace0 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 589, +/**/ 588, /**/ 587,