diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-12 22:20:58 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-12 22:20:58 +0100 |
commit | ef2b5036b3005f1ce15d146dce72379a9834c56d (patch) | |
tree | 1fd3cec16a3cc560a1c7d29eff3cfb276c3f4168 /src/version.c | |
parent | 7ae4fbca552c972eb3645ece02a2807e517610d7 (diff) | |
download | vim-git-7.4.1089.tar.gz |
patch 7.4.1089v7.4.1089
Problem: Repeating CTRL-A doesn't work.
Solution: Call prep_redo_cmd(). (Hirohito Higashi)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index dfcd63510..db29e36b5 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1089, +/**/ 1088, /**/ 1087, |