]> code.delx.au - gnu-emacs-elpa/commit
New option company-abort-manual-when-too-short
authorIngo Lohmar <i.lohmar@gmail.com>
Sun, 23 Mar 2014 10:10:41 +0000 (11:10 +0100)
committerDmitry Gutov <dgutov@yandex.ru>
Tue, 25 Mar 2014 22:24:33 +0000 (00:24 +0200)
commit1a4119f7ad154009a496992e1db225bb826db898
tree49baa7f7e470666f10ea51c1f6bd26e9a93727a0
parent4a7995ff69b25990dc520ed9e466dfbcdb7eafc8
New option company-abort-manual-when-too-short

For manually started completions, backspacing to a prefix shorter
than company-minimum-prefix-length still shows completions.

Setting the new option to t turns that off, so that completions
disappear whenever your prefix gets too short.

With either value of the new option, even if the user changes the
selection, that no longer suffices to make any prefix valid in this
completion invocation.
company.el