diff options
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r-- | runtime/doc/sign.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 733b0fe212..30fa7eee0b 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -53,9 +53,9 @@ If 'cursorline' is enabled, then the CursorLineSign highlight group is used Each placed sign is identified by a number called the sign identifier. This identifier is used to jump to the sign or to remove the sign. The identifier is assigned when placing the sign using the |:sign-place| command or the -|sign_place()| function. Each sign identifier should be a unique number. -Placing the same identifier twice will move the previously placed sign. The -|sign_place()| function can be called with a zero sign identifier to allocate +|sign_place()| function. Each sign identifier should be a unique number (per +buffer). Placing the same identifier twice will move the previously placed sign. +The |sign_place()| function can be called with a zero sign identifier to allocate the next available identifier. *sign-group* |