diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-11-26 21:44:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-11-26 21:44:46 +0100 |
commit | 0c0734d527a132edfb4089be48486586424b3f41 (patch) | |
tree | 6dc04964a23e8c85be6283a1642c06f2003bc7c2 /runtime/doc/sign.txt | |
parent | fc4ea2a72d36de1196a3ce17352e72f8fe90f4bb (diff) | |
download | vim-git-0c0734d527a132edfb4089be48486586424b3f41.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r-- | runtime/doc/sign.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 093519e28..972b43c19 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -373,7 +373,7 @@ sign_define({list}) The one argument {list} can be used to define a list of signs. Each list item is a dictionary with the above items in {dict} - and a 'name' item for the sign name. + and a "name" item for the sign name. Returns 0 on success and -1 on failure. When the one argument {list} is used, then returns a List of values one for each |