aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-02-08 01:19:06 +0100
committerGitHub <noreply@github.com>2022-02-08 08:19:06 +0800
commit64116d78502e0ca611e13adf9323ef2d3fe708c2 (patch)
tree67137cdf1fbdf9f5eb6b7a0da81ad7a805d2888a /runtime/doc/vim_diff.txt
parent9259bc62150e28875d19ea1449d9ea649d842c62 (diff)
downloadrneovim-64116d78502e0ca611e13adf9323ef2d3fe708c2.tar.gz
rneovim-64116d78502e0ca611e13adf9323ef2d3fe708c2.tar.bz2
rneovim-64116d78502e0ca611e13adf9323ef2d3fe708c2.zip
chore: fix typos (#17250)
Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Dani Dickstein <daniel.dickstein@gmail.com> Co-authored-by: Axel Dahlberg <git@valleymnt.com>
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 11849632c5..7892b82137 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -322,6 +322,8 @@ coerced to strings. See |id()| for more details, currently it uses
|c_CTRL-R| pasting a non-special register into |cmdline| omits the last <CR>.
+|CursorMoved| always triggers when moving between windows.
+
Lua interface (|lua.txt|):
- `:lua print("a\0b")` will print `a^@b`, like with `:echomsg "a\nb"` . In Vim
@@ -483,7 +485,6 @@ Commands:
:tearoff
Compile-time features:
- EBCDIC
Emacs tags support
X11 integration (see |x11-selection|)