summaryrefslogtreecommitdiffstats
path: root/runtime/doc/sign.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-18 22:54:46 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-18 22:54:46 +0200
commit7571d55f7dcc009a375b2124cce2c8b21f361234 (patch)
tree4578a5c869799173679f61adfea8bef6a63e660f /runtime/doc/sign.txt
parent1381d791478ee77c8368b89a3d4954316bf839b5 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r--runtime/doc/sign.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt
index fcc6435b37..66063f1c16 100644
--- a/runtime/doc/sign.txt
+++ b/runtime/doc/sign.txt
@@ -1,4 +1,4 @@
-*sign.txt* For Vim version 7.4. Last change: 2016 Aug 12
+*sign.txt* For Vim version 7.4. Last change: 2016 Aug 17
VIM REFERENCE MANUAL by Gordon Prieur
@@ -197,7 +197,9 @@ JUMPING TO A SIGN *:sign-jump* *E157*
If the file isn't displayed in window and the current file can
not be |abandon|ed this fails.
-:sign jump {id} buffer={nr}
- Same, but use buffer {nr}.
+:sign jump {id} buffer={nr} *E934*
+ Same, but use buffer {nr}. This fails if buffer {nr} does not
+ have a name.
+
vim:tw=78:ts=8:ft=help:norl: