aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-05-22 22:45:57 +0200
committerJustin M. Keyes <justinkz@gmail.com>2018-05-22 22:46:44 +0200
commitf1bc152fa081f5d630ea1a027aa5bd00bdbb78f0 (patch)
tree67c24b6792816bc57af7c00a37ba226dc9a15cfb /runtime/doc/diff.txt
parent1642917f9ba873be7be2dae346efb29f64e268a0 (diff)
downloadrneovim-f1bc152fa081f5d630ea1a027aa5bd00bdbb78f0.tar.gz
rneovim-f1bc152fa081f5d630ea1a027aa5bd00bdbb78f0.tar.bz2
rneovim-f1bc152fa081f5d630ea1a027aa5bd00bdbb78f0.zip
doc: remove mentions of vimrc_example
closes #8426
Diffstat (limited to 'runtime/doc/diff.txt')
-rw-r--r--runtime/doc/diff.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt
index b9dccc42a8..c6c827a748 100644
--- a/runtime/doc/diff.txt
+++ b/runtime/doc/diff.txt
@@ -165,7 +165,7 @@ loaded. Since Vim doesn't allow having two buffers for the same file, you
need another buffer. This command is useful: >
command DiffOrig vert new | set buftype=nofile | read ++edit # | 0d_
\ | diffthis | wincmd p | diffthis
-(this is in |vimrc_example.vim|). Use ":DiffOrig" to see the differences
+Use ":DiffOrig" to see the differences
between the current buffer and the file it was loaded from.
A buffer that is unloaded cannot be used for the diff. But it does work for