diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-10-20 18:45:33 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-10-20 18:45:33 +0200 |
commit | 483c5d80a708a81edd96f8241c231a29e5c58a2f (patch) | |
tree | 71a6a0de6a57c4710df312615a9358387f0bfd84 /runtime/doc/sign.txt | |
parent | 680eeca955446267680a52cb1207728dc7a2d004 (diff) | |
download | vim-git-483c5d80a708a81edd96f8241c231a29e5c58a2f.tar.gz |
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r-- | runtime/doc/sign.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 4f9fcd2e6..5784c9fb7 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -1,4 +1,4 @@ -*sign.txt* For Vim version 7.3. Last change: 2010 May 07 +*sign.txt* For Vim version 7.3. Last change: 2010 Oct 14 VIM REFERENCE MANUAL by Gordon Prieur @@ -70,7 +70,8 @@ DEFINING A SIGN. *:sign-define* *E255* *E160* *E612* :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. + starting with a non-digit. Leading digits are ignored, thus + "0012", "012" and "12" are considered the same name. About 120 different signs can be defined. Accepted arguments: |