aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-19 00:57:25 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-19 00:57:25 -0400
commit1cb8afed7845cf8504bbbb560d04ea980f6b7cc5 (patch)
tree29ae6c8108d663f51980d3dca07c3e4ec5119bcd
parent0ba12c6691261d48e468776c43a6a8ea781f5dcc (diff)
downloadrneovim-1cb8afed7845cf8504bbbb560d04ea980f6b7cc5.tar.gz
rneovim-1cb8afed7845cf8504bbbb560d04ea980f6b7cc5.tar.bz2
rneovim-1cb8afed7845cf8504bbbb560d04ea980f6b7cc5.zip
doc: remove redundant, outdated section.
The new content from bf635102 is retained.
-rw-r--r--runtime/doc/quickfix.txt95
1 files changed, 0 insertions, 95 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 7c93730836..ff4fded0d9 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -302,101 +302,6 @@ EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
etc.
< When the current file can't be |abandon|ed and the [!]
is not present, the command fails.
- When an error is detected on one buffer, further
- buffers will not be visited.
- The last buffer (or where an error occurred) becomes
- the current buffer.
- {cmd} can contain '|' to concatenate several commands.
- Only valid entries in the quickfix list are used.
- Note: While this command is executing, the Syntax
- autocommand event is disabled by adding it to
- 'eventignore'. This considerably speeds up editing
- each buffer.
- Also see |:bufdo|, |:tabdo|, |:argdo|, |:windo|,
- |:ldo|, |:cfdo| and |:lfdo|.
-
- *:cfdo*
-:cfdo[!] {cmd} Execute {cmd} in each file in the quickfix list.
- It works like doing this: >
- :cfirst
- :{cmd}
- :cnfile
- :{cmd}
- etc.
-< When the current file can't be |abandon|ed and the [!]
- is not present, the command fails.
- When an error is detected on one buffer, further
- buffers will not be visited.
- The last buffer (or where an error occurred) becomes
- the current buffer.
- {cmd} can contain '|' to concatenate several commands.
- Only valid entries in the quickfix list are used.
- Note: While this command is executing, the Syntax
- autocommand event is disabled by adding it to
- 'eventignore'. This considerably speeds up editing
- each buffer.
- Also see |:bufdo|, |:tabdo|, |:argdo|, |:windo|,
- |:cdo|, |:ldo| and |:lfdo|.
-
- *:ldo*
-:ld[o][!] {cmd} Execute {cmd} in each valid entry in the location list
- for the current window.
- It works like doing this: >
- :lfirst
- :{cmd}
- :lnext
- :{cmd}
- etc.
-< When the current file can't be |abandon|ed and the [!]
- is not present, the command fails.
- When an error is detected on one buffer, further
- buffers will not be visited.
- The last buffer (or where an error occurred) becomes
- the current buffer.
- {cmd} can contain '|' to concatenate several commands.
- Only valid entries in the location list are used.
- Note: While this command is executing, the Syntax
- autocommand event is disabled by adding it to
- 'eventignore'. This considerably speeds up editing
- each buffer.
- Also see |:bufdo|, |:tabdo|, |:argdo|, |:windo|,
- |:cdo|, |:cfdo| and |:lfdo|.
-
- *:lfdo*
-:lfdo[!] {cmd} Execute {cmd} in each file in the location list for
- the current window.
- It works like doing this: >
- :lfirst
- :{cmd}
- :lnfile
- :{cmd}
- etc.
-< When the current file can't be |abandon|ed and the [!]
- is not present, the command fails.
- When an error is detected on one buffer, further
- buffers will not be visited.
- The last buffer (or where an error occurred) becomes
- the current buffer.
- {cmd} can contain '|' to concatenate several commands.
- Only valid entries in the location list are used.
- Note: While this command is executing, the Syntax
- autocommand event is disabled by adding it to
- 'eventignore'. This considerably speeds up editing
- each buffer.
- Also see |:bufdo|, |:tabdo|, |:argdo|, |:windo|,
- |:cdo|, |:ldo| and |:cfdo|.
-
-EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
- *:cdo*
-:cdo[!] {cmd} Execute {cmd} in each valid entry in the quickfix list.
- It works like doing this: >
- :cfirst
- :{cmd}
- :cnext
- :{cmd}
- etc.
-< When the current file can't be |abandon|ed and the [!]
- is not present, the command fails.
When an error is detected excecution stops.
The last buffer (or where an error occurred) becomes
the current buffer.