]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.2.408 v7.2.408
authorBram Moolenaar <Bram@vim.org>
Tue, 23 Mar 2010 16:36:29 +0000 (17:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 23 Mar 2010 16:36:29 +0000 (17:36 +0100)
commit46475520d73c86a75c189079de848a36c725bb3b
tree53144214c2e242edb9b34a309d032f45e67851f2
parent06975a4a98b4ae6ec3e1a18f4ccdf8704bf921cc
updated for version 7.2.408
Problem:    With ":g/the/s/foo/bar/" the '[ and '] marks can be set to a line
            that was not changed.
Solution:   Only set '[ and '] marks when a substitution was done.
src/ex_cmds.c
src/version.c