Re: Possibly a bug in phpcomplete.vim

2011-09-16 Fir de Conversatie Benjamin R. Haskell
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

Re: Possibly a bug in phpcomplete.vim

2011-09-16 Fir de Conversatie Mats Rauhala
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

Re: Possibly a bug in phpcomplete.vim

2011-09-16 Fir de Conversatie Benjamin R. Haskell
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,

Possibly a bug in phpcomplete.vim

2011-09-16 Fir de Conversatie Mats Rauhala
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