aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorAndrej Zieger <jerdna-regeiz@users.noreply.github.com>2019-05-20 11:04:58 +0200
committerAndrej Zieger <jerdna-regeiz@users.noreply.github.com>2019-05-26 19:32:32 +0200
commitf43900f6865cb9f7b70621b090194448920d66e5 (patch)
tree7b6b6b5331e0c66f775c390d99cb0268e00bcfa4 /runtime
parent35fbb4e1ca94acf9d7c6e6be979a1548f1d58bbd (diff)
downloadrneovim-f43900f6865cb9f7b70621b090194448920d66e5.tar.gz
rneovim-f43900f6865cb9f7b70621b090194448920d66e5.tar.bz2
rneovim-f43900f6865cb9f7b70621b090194448920d66e5.zip
vim-patch:8.1.0702: ":sign place" only uses the current buffer
Problem: ":sign place" only uses the current buffer. Solution: List signs for all buffers when there is no buffer argument. Fix error message for invalid buffer name in sign_place(). (Yegappan Lakshmanan, closes vim/vim#3774) https://github.com/vim/vim/commit/b589f95b38ddd779d7e696abb0ea011dc92ea903
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index c56e4cdef2..77df15bf41 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -7458,6 +7458,9 @@ sign_getplaced([{expr} [, {dict}]]) *sign_getplaced()*
name name of the defined sign
priority sign priority
+ The returned signs in a buffer are ordered by their line
+ number.
+
Returns an empty list on failure or if there are no placed
signs.