comparison runtime/doc/eval.txt @ 15388:7444fffa482d v8.1.0702

patch 8.1.0702: ":sign place" only uses the current buffer commit https://github.com/vim/vim/commit/b589f95b38ddd779d7e696abb0ea011dc92ea903 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 7 22:10:00 2019 +0100 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 #3774)
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Jan 2019 22:15:04 +0100
parents 0d76dd701e49
children 51b3c36b0523
comparison
equal deleted inserted replaced
15387:6793601c7f2e 15388:7444fffa482d
7969 id identifier of the sign 7969 id identifier of the sign
7970 lnum line number where the sign is placed 7970 lnum line number where the sign is placed
7971 name name of the defined sign 7971 name name of the defined sign
7972 priority sign priority 7972 priority sign priority
7973 7973
7974 The returned signs in a buffer are ordered by their line
7975 number.
7976
7974 Returns an empty list on failure or if there are no placed 7977 Returns an empty list on failure or if there are no placed
7975 signs. 7978 signs.
7976 7979
7977 Examples: > 7980 Examples: >
7978 " Get a List of signs placed in eval.c in the 7981 " Get a List of signs placed in eval.c in the