diff options
author | Lewis Russell <lewis6991@gmail.com> | 2021-03-06 00:50:07 +0000 |
---|---|---|
committer | Lewis Russell <lewis6991@gmail.com> | 2021-04-03 23:56:54 +0100 |
commit | 5257bce979e2302f7a490beb7328623aa68ee035 (patch) | |
tree | 74bb622964a03bdfa6a91b6128ee96e8f35b4069 /runtime/doc/usr_41.txt | |
parent | 0b7e5eeb627b126093713db964185a8176f6f3cc (diff) | |
download | rneovim-5257bce979e2302f7a490beb7328623aa68ee035.tar.gz rneovim-5257bce979e2302f7a490beb7328623aa68ee035.tar.bz2 rneovim-5257bce979e2302f7a490beb7328623aa68ee035.zip |
vim-patch:8.1.1682: placing a larger number of ...
...signs is slow
Problem: Placing a larger number of signs is slow.
Solution: Add functions for dealing with a list of signs. (Yegappan
Lakshmanan, closes #4636)
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r-- | runtime/doc/usr_41.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt index 97aacc1403..a606fabe7a 100644 --- a/runtime/doc/usr_41.txt +++ b/runtime/doc/usr_41.txt @@ -943,8 +943,10 @@ Signs: *sign-functions* sign_getplaced() get a list of placed signs sign_jump() jump to a sign sign_place() place a sign + sign_placelist() place a list of signs sign_undefine() undefine a sign sign_unplace() unplace a sign + sign_unplacelist() unplace a list of signs Testing: *test-functions* |