diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-28 13:53:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-28 13:53:34 +0100 |
commit | 3678208477b1f0586128f7f18a6382d342c0c960 (patch) | |
tree | c96e68878f240a8bb87c1da6d25971d5b9bd4d42 /runtime/doc/sign.txt | |
parent | c62a644eaf31ff1ea6e3d569d0fe8c9d4eb3d908 (diff) | |
download | vim-git-3678208477b1f0586128f7f18a6382d342c0c960.tar.gz |
Updated 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 076bff033..79c101109 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -1,4 +1,4 @@ -*sign.txt* For Vim version 7.4. Last change: 2012 Jul 10 +*sign.txt* For Vim version 7.4. Last change: 2013 Nov 17 VIM REFERENCE MANUAL by Gordon Prieur @@ -173,7 +173,7 @@ REMOVING SIGNS *:sign-unplace* *E159* Remove the placed sign at the cursor position. -LISTING PLACED SIGNS +LISTING PLACED SIGNS *:sign-place-list* :sign place file={fname} List signs placed in file {fname}. |