diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-01 15:32:17 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-01 15:32:17 +0100 |
commit | 4c05fa08c9739e307ddc88ac91ba6d208f1fd68e (patch) | |
tree | 20372efd4201512b7d8035734795b2e351e29833 /runtime/doc/sign.txt | |
parent | 6d5b4f566a2a50c1de7300336e9e4f5e761500a8 (diff) | |
download | vim-git-4c05fa08c9739e307ddc88ac91ba6d208f1fd68e.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r-- | runtime/doc/sign.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 166c3a48b..d889844f3 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -1,4 +1,4 @@ -*sign.txt* For Vim version 8.1. Last change: 2018 Dec 26 +*sign.txt* For Vim version 8.1. Last change: 2019 Jan 01 VIM REFERENCE MANUAL by Gordon Prieur @@ -88,7 +88,7 @@ See |sign_define()| for the equivalent Vim script function. :sign define {name} {argument}... Define a new sign or set attributes for an existing sign. The {name} can either be a number (all digits) or a name - starting with a non-digit. Leading digits are ignored, thus + starting with a non-digit. Leading zeros are ignored, thus "0012", "012" and "12" are considered the same name. About 120 different signs can be defined. |