1
0
forked from aniani/vim

updated for version 7.4b.009

Problem:    When setting the Visual area manually and 'selection' is
            exclusive, a yank includes one character too much. (Ingo Karkat)
Solution:   Default the Visual operation to "v". (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2013-08-02 17:22:23 +02:00
parent 4008f4fb08
commit bc88a27537
2 changed files with 10 additions and 7 deletions

View File

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