updated for version 7.3.627 v7.3.627
authorBram Moolenaar <Bram@vim.org>
Wed, 8 Aug 2012 14:51:15 +0000 (16:51 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 Aug 2012 14:51:15 +0000 (16:51 +0200)
commit07e31c571a13855cf67c69f3a676038510141699
tree55f9c5cb3d39cb7f0838579caec49667261ea5ca
parentc1a995db49854947a94e60be918c03a643a4292c
updated for version 7.3.627
Problem:    When using the "n" flag with the ":s" command a \= substitution
            will not be evaluated.
Solution:   Do perform the evaluation, so that a function can be invoked at
            every matching position without changing the text. (Christian
            Brabandt)
src/ex_cmds.c
src/version.c