comparison runtime/doc/eval.txt @ 15271:a6319aca721b v8.1.0644

patch 8.1.0644: finding next sign ID is inefficient commit https://github.com/vim/vim/commit/6436cd83f90a0efc326798792e49e8ff96a43dce Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 27 00:28:33 2018 +0100 patch 8.1.0644: finding next sign ID is inefficient Problem: Finding next sign ID is inefficient. Solution: Add next_sign_id. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/3717)
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Dec 2018 00:30:06 +0100
parents 17525ca95e1e
children 54457fc4af0b
comparison
equal deleted inserted replaced
15270:18c956b49ee5 15271:a6319aca721b
7934 group select only signs in this group 7934 group select only signs in this group
7935 id select sign with this identifier 7935 id select sign with this identifier
7936 lnum select signs placed in this line. For the use 7936 lnum select signs placed in this line. For the use
7937 of {lnum}, see |line()|. 7937 of {lnum}, see |line()|.
7938 If {group} is '*', then signs in all the groups including the 7938 If {group} is '*', then signs in all the groups including the
7939 global group are returned. If {group} is not supplied, then 7939 global group are returned. If {group} is not supplied or is an
7940 only signs in the global group are returned. If no arguments 7940 empty string, then only signs in the global group are
7941 are supplied, then signs in the global group placed in all the 7941 returned. If no arguments are supplied, then signs in the
7942 buffers are returned. 7942 global group placed in all the buffers are returned.
7943 7943
7944 Each list item in the returned value is a dictionary with the 7944 Each list item in the returned value is a dictionary with the
7945 following entries: 7945 following entries:
7946 bufnr number of the buffer with the sign 7946 bufnr number of the buffer with the sign
7947 signs list of signs placed in {bufnr}. Each list 7947 signs list of signs placed in {bufnr}. Each list