comparison runtime/doc/sign.txt @ 18750:82a28df1e2d5

Update runtime files. Commit: https://github.com/vim/vim/commit/91359014b359cf816bf943fe2c7d492996263def Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 17:57:03 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 18:00:05 +0100
parents b29d8a06e72c
children af69c9335223
comparison
equal deleted inserted replaced
18749:8217e179eb58 18750:82a28df1e2d5
1 *sign.txt* For Vim version 8.1. Last change: 2019 Nov 12 1 *sign.txt* For Vim version 8.1. Last change: 2019 Nov 30
2 2
3 3
4 VIM REFERENCE MANUAL by Gordon Prieur 4 VIM REFERENCE MANUAL by Gordon Prieur
5 and Bram Moolenaar 5 and Bram Moolenaar
6 6
68 When placing a sign, if a group name is not supplied, or an empty string is 68 When placing a sign, if a group name is not supplied, or an empty string is
69 used, then the sign is placed in the global group. Otherwise the sign is 69 used, then the sign is placed in the global group. Otherwise the sign is
70 placed in the named group. The sign identifier is unique within a group. The 70 placed in the named group. The sign identifier is unique within a group. The
71 sign group allows Vim plugins to use unique signs without interfering with 71 sign group allows Vim plugins to use unique signs without interfering with
72 other plugins using signs. 72 other plugins using signs.
73
74 The group name "popupmenu" is used by popup windows where 'cursorline' is set.
75 73
76 To place a sign in a popup window the group name must start with "PopUp". 74 To place a sign in a popup window the group name must start with "PopUp".
77 Other signs will not show in a popup window. The group name "PopUpMenu" is 75 Other signs will not show in a popup window. The group name "PopUpMenu" is
78 used by popup windows where 'cursorline' is set. 76 used by popup windows where 'cursorline' is set.
79 77