diff options
author | shade-of-noon <73705427+shade-of-noon@users.noreply.github.com> | 2020-11-21 11:18:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 11:18:23 -0400 |
commit | 5c92ee5d717bd494b3f015b78e6a32ff128b1d60 (patch) | |
tree | 48bd3a83626b59c23b69844b38f1ba16cf9946b4 | |
parent | 60e1e60b88355dd0de4626ba8d1424f3ef198aba (diff) | |
download | rneovim-5c92ee5d717bd494b3f015b78e6a32ff128b1d60.tar.gz rneovim-5c92ee5d717bd494b3f015b78e6a32ff128b1d60.tar.bz2 rneovim-5c92ee5d717bd494b3f015b78e6a32ff128b1d60.zip |
Update vim_diff.txt
Update for restricted mode removal.
-rw-r--r-- | runtime/doc/vim_diff.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index ac24f22bc6..0f15aefd17 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -416,8 +416,8 @@ Aliases: gvimdiff (GUI) rgview (GUI) rgvim (GUI) - rview (alias for "nvim -RZ") - rvim (alias for "nvim -Z") + rview + rvim view (alias for "nvim -R") vimdiff (alias for "nvim -d" |diff-mode|) @@ -496,6 +496,7 @@ Startup: --literal (file args are always literal; to expand wildcards on Windows, use |:n| e.g. `nvim +"n *"`) Easy mode: eview, evim, nvim -y + Restricted mode: rview, rvim, nvim -Z Vi mode: nvim -v Test functions: |