]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.4.454 v7.4.454
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Sep 2014 11:48:43 +0000 (13:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Sep 2014 11:48:43 +0000 (13:48 +0200)
commitd355c50a2a07eaec87729d405553e15e5e680ca0
tree4ffc3252b44b1a2f28ac142f4ffd8df80a56aa0a
parent91e15e13da0ec7825111133f0342288a47368d6e
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)
src/version.c
src/window.c