aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/sign.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-16 17:08:35 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-19 21:26:16 +0200
commitc1edb4c39a7267226d48ef034c0fea62f11ea5b3 (patch)
treefd72741dea1e809eb267ac88f0486fa2437b8567 /runtime/doc/sign.txt
parent5da8bb92fcdd6688c80e803cb557e7b24c6ee391 (diff)
downloadrneovim-c1edb4c39a7267226d48ef034c0fea62f11ea5b3.tar.gz
rneovim-c1edb4c39a7267226d48ef034c0fea62f11ea5b3.tar.bz2
rneovim-c1edb4c39a7267226d48ef034c0fea62f11ea5b3.zip
vim-patch:7571d55f7dcc
Updated runtime files. https://github.com/vim/vim/commit/7571d55f7dcc009a375b2124cce2c8b21f361234
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r--runtime/doc/sign.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt
index e5a6b0be39..466a030e0c 100644
--- a/runtime/doc/sign.txt
+++ b/runtime/doc/sign.txt
@@ -188,7 +188,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: