commit | aa23b379421aa214e6543b06c974594a25799b09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 18:46:31 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 18:46:31 2015 +0200 |
tree | 88d37433372978ab8248d916093d6bba639fe5b2 | |
parent | 4a4b821085847651b71d8ad9fab9f180635cb453 [diff] [blame] |
patch 7.4.858 Problem: It's a bit clumsy to execute a command on a list of matches. Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan Lakshmanan)
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 94fe977..fe2ef76 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt
@@ -511,6 +511,8 @@ :argdo :autocmd :bufdo + :cdo + :cfdo :command :cscope :debug @@ -521,6 +523,8 @@ :help :helpfind :lcscope + :ldo + :lfdo :make :normal :perl