]> granicus.if.org Git - vim/commit
patch 8.1.0887: the 'l' flag in :subsitute is sticky v8.1.0887
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 20:55:26 +0000 (21:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Feb 2019 20:55:26 +0000 (21:55 +0100)
commit9474716d39764ac5642e55b5548580cf53bd9bed
treef11d99a5640ad6342c503ea74afdf028d972725b
parentb7633611611eeb5f14f8fd598afa687964e23f23
patch 8.1.0887: the 'l' flag in :subsitute is sticky

Problem:    The 'l' flag in :subsitute is sticky.
Solution:   Reset the flag. (Dominique Pelle, closes #3925)
src/ex_cmds.c
src/testdir/test_substitute.vim
src/version.c