comparison src/version.c @ 6239:0cdff7c26855 v7.4.454

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)
author Bram Moolenaar <bram@vim.org>
date Tue, 23 Sep 2014 13:48:43 +0200
parents c72eb8499a9d
children ebc72764fa1e
comparison
equal deleted inserted replaced
6238:47b1887483da 6239:0cdff7c26855
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 454,
744 /**/ 746 /**/
745 453, 747 453,
746 /**/ 748 /**/
747 452, 749 452,
748 /**/ 750 /**/