aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-05-17 02:13:31 +0200
committerGitHub <noreply@github.com>2018-05-17 02:13:31 +0200
commit2aa308c6852b7c51caef5dd6dc4e809719ca7a55 (patch)
treea01a72b5ccd7bc00acb7db74397608a85a4aba95 /runtime/doc/vim_diff.txt
parentde7a0bdc35922d4f529bd4b28f992177152d4562 (diff)
parent9058a5a19a3f62fb156203e0226eaaabb8b8da56 (diff)
downloadrneovim-2aa308c6852b7c51caef5dd6dc4e809719ca7a55.tar.gz
rneovim-2aa308c6852b7c51caef5dd6dc4e809719ca7a55.tar.bz2
rneovim-2aa308c6852b7c51caef5dd6dc4e809719ca7a55.zip
Merge #5658 'Apply :lmap in macros'
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 6ec8220db6..04d78da45a 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -312,6 +312,12 @@ Highlight groups:
VimL (Vim script) compatibility:
`count` does not alias to |v:count|
+|:lmap|s are applied to macro recordings, in Vim if a macro is recorded while
+using |:lmap|ped keys then the behaviour during record and replay differs.
+'keymap' is implemented via |:lmap| instead of |:lnoremap| in order to allow
+using macros and 'keymap' at the same time.
+This means that you can use |:imap| on the results of keys from 'keymap'.
+
==============================================================================
5. Missing legacy features *nvim-features-missing*