[vimpulse] Bug: TAB doesn't autocomplete in minibuffer.
Alessandro Piras
laynor at gmail.com
Fri Jul 2 14:17:32 CEST 2010
vimpulse-misc-keybindings:564
---
(global-set-key [tab] (or (key-binding [tab]) (key-binding "\C-i")))
---
I guess this doesn't take into account mode changes, i.e., it sets the tab
key and when the binding changes (when changing to a minor or major mode
that sets the tab key) the tab key still does what it was set to with the
global set key.
Alessandro Piras
On 2 July 2010 12:54, Alessandro Piras <laynor at gmail.com> wrote:
> One of the recent changes in vimpulse broke the behavior of the tab key in
> the minibuffer. It now inserts a TAB character instead of triggering the
> usual autocomplete function.
> __
> Alessandro Piras
>
More information about the implementations-list
mailing list