diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-05-10 10:55:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 10:55:33 +0200 |
commit | e50b1fe60d87cbe7798ce921f08ea38a4750fa99 (patch) | |
tree | 7f6d742ad5fa4e3f40f4978189f6ce55dad2c8f9 /runtime/doc | |
parent | 5359be78935dc639c481d74f010fe133dd40290c (diff) | |
download | rneovim-e50b1fe60d87cbe7798ce921f08ea38a4750fa99.tar.gz rneovim-e50b1fe60d87cbe7798ce921f08ea38a4750fa99.tar.bz2 rneovim-e50b1fe60d87cbe7798ce921f08ea38a4750fa99.zip |
vim-patch:921bde888046 (#18511)
Update runtime files, translations
https://github.com/vim/vim/commit/921bde88804663a7cb825d7f7e8a5d8ae6b58650
skip: translations
skip: builtin.txt (requires 8.2.4861)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/builtin.txt | 2 | ||||
-rw-r--r-- | runtime/doc/map.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index b9954dc99c..67989cb49f 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -2800,7 +2800,7 @@ getcmdcompltype() *getcmdcompltype()* Return the type of the current command-line completion. Only works when the command line is being edited, thus requires use of |c_CTRL-\_e| or |c_CTRL-R_=|. - See |command-completion| for the return string. + See |:command-completion| for the return string. Also see |getcmdtype()|, |setcmdpos()| and |getcmdline()|. Returns an empty string when completion is not defined. diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt index 6e100e5854..056e6c3b56 100644 --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -105,7 +105,7 @@ modes. command applies. Use the <buffer> argument to remove buffer-local mappings |:map-<buffer>| - Warning: This also removes the default mappings. + Warning: This also removes the |default-mappings|. :map |mapmode-nvo| :nm[ap] |mapmode-n| |