1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2013-04-24 18:34:45 +02:00
parent 811fe63f39
commit 7afea82f50
2 changed files with 9 additions and 4 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
918,
/**/
917,
/**/