diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-05-13 20:23:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-05-13 20:23:24 +0200 |
commit | e968e36a00ddc735d493906f04eb207ff9aeb87c (patch) | |
tree | 280c857ada2acf51168c4484157c237ff36d89bd /runtime/doc/sign.txt | |
parent | 715c28635568fbbe4963b7443dd47c2f0e624eaf (diff) | |
download | vim-git-e968e36a00ddc735d493906f04eb207ff9aeb87c.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r-- | runtime/doc/sign.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 79c101109..6c9207307 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -1,4 +1,4 @@ -*sign.txt* For Vim version 7.4. Last change: 2013 Nov 17 +*sign.txt* For Vim version 7.4. Last change: 2014 May 07 VIM REFERENCE MANUAL by Gordon Prieur @@ -137,6 +137,7 @@ PLACING SIGNS *:sign-place* *E158* :sign place {id} line={lnum} name={name} buffer={nr} Same, but use buffer {nr}. + *E885* :sign place {id} name={name} file={fname} Change the placed sign {id} in file {fname} to use the defined sign {name}. See remark above about {fname} |:sign-fname|. |