diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 20:12:44 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 20:16:48 +0100 |
commit | 10e5040b61ece408db268e830953047001951a15 (patch) | |
tree | 5f6725d2e151f4bbbea3718a96417c58fba7fc7d /runtime/doc/diff.txt | |
parent | 4be03796025000f3b4c4507bb54710609c4b40da (diff) | |
download | rneovim-10e5040b61ece408db268e830953047001951a15.tar.gz rneovim-10e5040b61ece408db268e830953047001951a15.tar.bz2 rneovim-10e5040b61ece408db268e830953047001951a15.zip |
vim-patch:24a98a0eb772
Update runtime files
https://github.com/vim/vim/commit/24a98a0eb77245adc50facad8b735b20bfd31a7e
Diffstat (limited to 'runtime/doc/diff.txt')
-rw-r--r-- | runtime/doc/diff.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt index ebf47ae467..af1c8b6615 100644 --- a/runtime/doc/diff.txt +++ b/runtime/doc/diff.txt @@ -13,7 +13,7 @@ The basics are explained in section |08.7| of the user manual. Type |gO| to see the table of contents. ============================================================================== -1. Starting diff mode +1. Starting diff mode *start-vimdiff* To start editing in diff mode, run "nvim -d". This starts Nvim as usual, and additionally sets up for viewing the differences between the arguments. > |