1
0
forked from aniani/vim

updated for version 7.4.454

Problem:    When using a Visual selection of multiple words and doing CTRL-W_]
            it jumps to the tag matching the word under the cursor, not the
            selected text.  (Patrick hemmer)
Solution:   Do not reset Visual mode. (idea by Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2014-09-23 13:48:43 +02:00
parent 91e15e13da
commit d355c50a2a
2 changed files with 7 additions and 4 deletions

View File

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