comparison runtime/doc/map.txt @ 34082:a197265a2e07 v9.1.0010

patch 9.1.0010: Keymap completion is not available Commit: https://github.com/vim/vim/commit/81642d9d6ff5cd6a90a012b1b98632ce51eeb1a8 Author: Doug Kearns <dougkearns@gmail.com> Date: Thu Jan 4 22:37:44 2024 +0100 patch 9.1.0010: Keymap completion is not available Problem: Keymap completion is not available Solution: Add keymap completion (Doug Kearns) Add keymap completion to the 'keymap' option, user commands and builtin completion functions. closes: #13692 Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Jan 2024 22:45:04 +0100
parents 4635e43f2c6f
children a0a4a774117b
comparison
equal deleted inserted replaced
34081:ffbe5109233f 34082:a197265a2e07
1 *map.txt* For Vim version 9.1. Last change: 2023 December 31 1 *map.txt* For Vim version 9.1. Last change: 2024 Jan 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1629 -complete=filetype filetype names |'filetype'| 1629 -complete=filetype filetype names |'filetype'|
1630 -complete=function function name 1630 -complete=function function name
1631 -complete=help help subjects 1631 -complete=help help subjects
1632 -complete=highlight highlight groups 1632 -complete=highlight highlight groups
1633 -complete=history :history suboptions 1633 -complete=history :history suboptions
1634 -complete=keymap keyboard mappings
1634 -complete=locale locale names (as output of locale -a) 1635 -complete=locale locale names (as output of locale -a)
1635 -complete=mapclear buffer argument 1636 -complete=mapclear buffer argument
1636 -complete=mapping mapping name 1637 -complete=mapping mapping name
1637 -complete=menu menus 1638 -complete=menu menus
1638 -complete=messages |:messages| suboptions 1639 -complete=messages |:messages| suboptions