From 720cb36cea5fab51e6a358d56e8368c97349a89f Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Fri, 19 Apr 2019 22:29:40 +0200 Subject: doc: update setqflist() --- runtime/doc/eval.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 1e0c462125..8eca463c7f 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -7110,9 +7110,6 @@ setqflist({list} [, {action}[, {what}]]) *setqflist()* freed. To add a new quickfix list at the end of the stack, set "nr" in {what} to "$". - If {title} is given, it will be used to set |w:quickfix_title| - after opening the quickfix window. - If the optional {what} dictionary argument is supplied, then only the items listed in {what} are set. The first {list} argument is ignored. The following items can be specified in -- cgit