]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.331 v7.3.331
authorBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2011 15:00:20 +0000 (17:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Oct 2011 15:00:20 +0000 (17:00 +0200)
commitaa0e80471f663385a143af419708067b1ea80de7
treebebbdfb1fd681ef2318e8bd5368341cf686c2be4
parent7701c24e36d516d5f371160e632d26c88ef8f7c6
updated for version 7.3.331
Problem:    "vit" selects wrong text when a tag name starts with the same text
            as an outer tag name. (Ben Fritz)
Solution:   Add "\>" to the pattern to check for word boundary.
src/search.c
src/version.c