aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-06-17 23:19:59 +0200
committerGitHub <noreply@github.com>2018-06-17 23:19:59 +0200
commitc1c14faad935c7928779e93ebd6c827ac53ce2db (patch)
tree165ff97f2e0f2f0944af1dc37bfec6bdf71794b3 /runtime/doc/vim_diff.txt
parent3cc350696576f26fe1e978ef78125a1a6c7410ab (diff)
parent487cf98c0b61ade023fc71d945a64e61f8374eac (diff)
downloadrneovim-c1c14faad935c7928779e93ebd6c827ac53ce2db.tar.gz
rneovim-c1c14faad935c7928779e93ebd6c827ac53ce2db.tar.bz2
rneovim-c1c14faad935c7928779e93ebd6c827ac53ce2db.zip
Merge #8520 'Ex mode: always "improved" (gQ)'
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 5394414947..0035e15be1 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -315,10 +315,15 @@ Macro/|recording| behavior
macros and 'keymap' at the same time. This also means you can use |:imap| on
the results of keys from 'keymap'.
+Normal commands:
+ |Q| is the same as |gQ|
+
Options:
'ttimeout', 'ttimeoutlen' behavior was simplified
Startup:
+ |-e| and |-es| invoke the same "improved Ex mode" as -E and -Es.
+ |-E| and |-Es| reads stdin as text (into buffer 1).
|-s| reads Normal commands from stdin if the script name is "-".
Reading text (instead of commands) from stdin |--|:
- works by default: "-" file is optional
@@ -465,4 +470,4 @@ TUI:
always uses 7-bit control sequences.
==============================================================================
- vim:tw=78:ts=8:noet:ft=help:norl:
+ vim:tw=78:ts=8:sw=2:noet:ft=help:norl: