commit | 7afea82f507c0614a22b27d592adf65f5656c2df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 24 18:34:45 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 24 18:34:45 2013 +0200 |
tree | c53a0f469368085ff5ee5896948e5c230a32a51a | |
parent | 811fe63f398767db412c4f21a31f5e746951dd26 [diff] [blame] |
updated for version 7.3.918 Problem: Repeating an Ex command after using a Visual motion does not work. Solution: Check for an Ex command being used. (David Bürgin)
diff --git a/src/version.c b/src/version.c index aaa8fa7..311dc32 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 918, +/**/ 917, /**/ 916,