On Fri, 16 Sep 2011, Mats Rauhala wrote:
I tested with an empty .vim file and my .vimrc contained only minimum.
Also ctags needs to be ran before testing. I also tested with the
latest from hg, built today.
filetype on
filetype plugin indent on
syntax on
autocmd FileType php set omnifunc=phpc
I tested with an empty .vim file and my .vimrc contained only minimum.
Also ctags needs to be ran before testing. I also tested with the latest
from hg, built today.
filetype on
filetype plugin indent on
syntax on
autocmd FileType php set omnifunc=phpcomplete#CompletePHP
--
Mats Rauhala
MasseR
On Fri, 16 Sep 2011, Mats Rauhala wrote:
Description:
When having horizontal split windows and cursor is on the top one,
trying to autocomplete causes the cursor to jump on the lower window
and stay there. If there was text before autocompletion, the text is
transferred to the lower window,
Description:
When having horizontal split windows and cursor is on the top one,
trying to autocomplete causes the cursor to jump on the lower window and
stay there. If there was text before autocompletion, the text is
transferred to the lower window, while also borking the undo.
Testcase:
Two fi