comparison runtime/doc/builtin.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 034445b3af10
children 630e70746a1f
comparison
equal deleted inserted replaced
34081:ffbe5109233f 34082:a197265a2e07
1 *builtin.txt* For Vim version 9.1. Last change: 2023 Dec 24 1 *builtin.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
3568 filetype filetype names |'filetype'| 3568 filetype filetype names |'filetype'|
3569 function function name 3569 function function name
3570 help help subjects 3570 help help subjects
3571 highlight highlight groups 3571 highlight highlight groups
3572 history |:history| suboptions 3572 history |:history| suboptions
3573 keymap keyboard mappings
3573 locale locale names (as output of locale -a) 3574 locale locale names (as output of locale -a)
3574 mapclear buffer argument 3575 mapclear buffer argument
3575 mapping mapping name 3576 mapping mapping name
3576 menu menus 3577 menu menus
3577 messages |:messages| suboptions 3578 messages |:messages| suboptions