aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/diff.txt
diff options
context:
space:
mode:
authorMichael Reed <Pyrohh@users.noreply.github.com>2015-06-29 20:44:41 -0400
committerMichael Reed <Pyrohh@users.noreply.github.com>2015-06-29 20:44:41 -0400
commitfa13cc61ced0ea5ecbebee9d95adcde5540b9e54 (patch)
treef2248d8c47945041d7e2c628164a67badc9324b3 /runtime/doc/diff.txt
parent27f0e74542d1dd078caff57e423b33f6ca219856 (diff)
parent597b8eed6a6757856f671c5d9df3b68464979b4a (diff)
downloadrneovim-fa13cc61ced0ea5ecbebee9d95adcde5540b9e54.tar.gz
rneovim-fa13cc61ced0ea5ecbebee9d95adcde5540b9e54.tar.bz2
rneovim-fa13cc61ced0ea5ecbebee9d95adcde5540b9e54.zip
Merge pull request #2928 from fmoralesc/update-example-nvimrc
[RFC] Update vimrc_example file and remove gvimrc_example file Reviewed-by: Michael Reed <m.reed@mykolab.com> Reviewed-by: Justin M. Keyes <justinkz@gmail.com>
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 909aedb221..250275d80a 100644
--- a/runtime/doc/diff.txt
+++ b/runtime/doc/diff.txt
@@ -163,7 +163,7 @@ in diff mode in one window and "normal" in another window. It is also
possible to view the changes you have made to a buffer since the file was
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 bt=nofile | r ++edit # | 0d_
+ 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
between the current buffer and the file it was loaded from.