diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2020-12-01 10:41:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-01 10:41:33 +0100 |
commit | 70d0bee7655d70e4417143e45ec7b0cf3f92d9d3 (patch) | |
tree | b7731d9eef6f13553b07b3fdf3726b88e4cb2691 | |
parent | a1a4dd34ea26d397f7222afe943f67bbdb889d3f (diff) | |
parent | e20ee699525fd2dcb547fd9a240f0b5b88a565c7 (diff) | |
download | rneovim-70d0bee7655d70e4417143e45ec7b0cf3f92d9d3.tar.gz rneovim-70d0bee7655d70e4417143e45ec7b0cf3f92d9d3.tar.bz2 rneovim-70d0bee7655d70e4417143e45ec7b0cf3f92d9d3.zip |
Merge pull request #13426 from yegappan/vimdiff
Update vim_diff.txt
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 0f15aefd17..808af5f544 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -182,8 +182,6 @@ Highlight groups: |hl-Whitespace| highlights 'listchars' whitespace Input/Mappings: - |<Cmd>| pseudokey - ALT (|META|) chords always work (even in the |TUI|). Map |<M-| with any key: <M-1>, <M-BS>, <M-Del>, <M-Ins>, <M-/>, <M-\>, <M-Space>, <M-Enter>, etc. Case-sensitive: <M-a> and <M-A> are two different keycodes. @@ -215,7 +213,6 @@ Signs: Signs are removed if the associated line is deleted. Variables: - |v:exiting| |v:progpath| is always absolute ("full") |v:windowid| is always available (for use by external UIs) |