Merge pull request #13426 from yegappan/vimdiff

Update vim_diff.txt
This commit is contained in:
Björn Linse 2020-12-01 10:41:33 +01:00 committed by GitHub
commit 70d0bee765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,8 +182,6 @@ Highlight groups:
|hl-Whitespace| highlights 'listchars' whitespace |hl-Whitespace| highlights 'listchars' whitespace
Input/Mappings: Input/Mappings:
|<Cmd>| pseudokey
ALT (|META|) chords always work (even in the |TUI|). Map |<M-| with any key: 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. <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. 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. Signs are removed if the associated line is deleted.
Variables: Variables:
|v:exiting|
|v:progpath| is always absolute ("full") |v:progpath| is always absolute ("full")
|v:windowid| is always available (for use by external UIs) |v:windowid| is always available (for use by external UIs)