b8a593cac5
All commands will be offered as completions for the <command> argument of :bind. Due to the way completers parse the command line, the following bind --mode caret j will throw off completions as 'caret' is treated as a positional arg in terms of the argument count for completions. In the above example, completion will be triggered for 'j' and no completions will be given for the actual command. bind --mode=caret j will complete correctly, though completions are not filtered by the given mode. I attempted an approach to filter the commands based on the mode but it ended up being messy and flaky. |
||
---|---|---|
.. | ||
__init__.py | ||
ini.py | ||
keyconf.py |