]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0298: Ex command range with repeated search does not work v8.0.0298
authorBram Moolenaar <Bram@vim.org>
Fri, 3 Feb 2017 20:19:04 +0000 (21:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 3 Feb 2017 20:19:04 +0000 (21:19 +0100)
commitcbf20fbcd3e9bb006f694bcc35da859930fb12a2
tree93a6095bdf34946dcb6a39587d27c48a0f61021e
parent03ff9bcbc968f7d306e4a4e334e226fdde62ca82
patch 8.0.0298: Ex command range with repeated search does not work

Problem:    Ex command range with repeated search does not work. (Bruce
            DeVisser)
Solution:   Skip over \/, \? and \&.
src/ex_docmd.c
src/testdir/test_cmdline.vim
src/version.c