comparison runtime/doc/eval.txt @ 12084:69ce6b3f0834 v8.0.0922

patch 8.0.0922: quickfix list always added after current one commit https://github.com/vim/vim/commit/55b6926450d75788dada3ff44a35e328224df758 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 13 13:42:01 2017 +0200 patch 8.0.0922: quickfix list always added after current one Problem: Quickfix list always added after current one. Solution: Make it possible to add a quickfix list after the last one. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Sun, 13 Aug 2017 13:45:04 +0200
parents ca4931a20f8c
children 560a2b6789c3
comparison
equal deleted inserted replaced
12083:23073dd342fe 12084:69ce6b3f0834
7021 < 7021 <
7022 'f' All the quickfix lists in the quickfix stack are 7022 'f' All the quickfix lists in the quickfix stack are
7023 freed. 7023 freed.
7024 7024
7025 If {action} is not present or is set to ' ', then a new list 7025 If {action} is not present or is set to ' ', then a new list
7026 is created. 7026 is created. The new quickfix list is added after the current
7027 quickfix list in the stack and all the following lists are
7028 freed. To add a new quickfix list at the end of the stack,
7029 set "nr" in {what} to '$'.
7027 7030
7028 If the optional {what} dictionary argument is supplied, then 7031 If the optional {what} dictionary argument is supplied, then
7029 only the items listed in {what} are set. The first {list} 7032 only the items listed in {what} are set. The first {list}
7030 argument is ignored. The following items can be specified in 7033 argument is ignored. The following items can be specified in
7031 {what}: 7034 {what}: