]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.135 v7.3.135
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2011 17:38:36 +0000 (18:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2011 17:38:36 +0000 (18:38 +0100)
commitb4b0a08c817309e90f467f727947a024c47183ea
tree5b22bfd98b9be805eaf90309832ecc3cbff32adb
parentba7cc9f83f76fcda2ce7b1bca7e140cad47bde10
updated for version 7.3.135
Problem:    When there is no previous substitute pattern, the previous search
            pattern is used.  The other way around doesn't work.
Solution:   When there is no previous search pattern, use the previous
            substitute pattern if possible. (Christian Brabandt)
src/search.c
src/version.c