[Fix] Disable company-tooltip-flip

Currently by default company knows when to flip the popup. However, when
the above option is set to t, it causes a strange behaviour: when the
tooltip is flipped, press down (i.e. M-n or arrow key) go up and press
up (i.e. M-p or arrow key) go down.
This commit is contained in:
Tu Do 2015-05-06 14:31:06 +07:00 committed by syl20bnr
parent d149c5beae
commit 128a420a4f

View file

@ -73,7 +73,6 @@
company-require-match nil
company-dabbrev-ignore-case nil
company-dabbrev-downcase nil
company-tooltip-flip-when-above t
company-frontends '(company-pseudo-tooltip-frontend)
company-clang-prefix-guesser 'company-mode/more-than-prefix-guesser))
:config