]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0630: it is not easy to work on lines without a match v8.0.0630
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Jun 2017 12:29:52 +0000 (14:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Jun 2017 12:29:52 +0000 (14:29 +0200)
commitf84b122a99da75741ae686fabb6f81b8b4755998
tree617a26feddb25a746ec6aa89e6865ebb3f28138c
parent6b1da3312e15c065b373c9ec2732f31a77cee61f
patch 8.0.0630: it is not easy to work on lines without a match

Problem:    The :global command does not work recursively, which makes it
            difficult to execute a command on a line where one pattern matches
            and another does not match. (Miles Cranmer)
Solution:   Allow for recursion if it is for only one line. (closes #1760)
runtime/doc/repeat.txt
src/ex_cmds.c
src/testdir/test_global.vim
src/version.c