Re: vim not auto popup despite asyncomplete installed

2018-03-27 Thread Christian Brabandt
On Di, 27 Mär 2018, Cương Vũ Thế wrote: > Dear all, > I installed vim version from sourceforge, then install asyncomplete > through vim-plug. > I made sure it installed properly. > However as I typed text, the auto completion popup doesn't appeared at all. > Do you have any advised about its

Re: NERDTree opens half of screen instead of NERDTreeWinSize

2018-03-27 Thread Christian Brabandt
On Di, 27 Mär 2018, Oliver Graute wrote: > On 24/03/18, Oliver Graute wrote: > > my NERDTree seems to ignore my NERDTreeWinSize setting and opens instead > > at half of the screen. Some ideas how to fix this? > > > > https://github.com/scrooloose/nerdtree/issues/259 > > I observe the problem

vim not auto popup despite asyncomplete installed

2018-03-27 Thread Cương Vũ Thế
Dear all, I installed vim version from sourceforge, then install asyncomplete through vim-plug. I made sure it installed properly. However as I typed text, the auto completion popup doesn't appeared at all. Do you have any advised about its cause? Below is my _vimrc. Please help me. Thank you

Re: if only true in first file ?

2018-03-27 Thread M Kelly
I added a check in my lightline git branch routine to check for diff and set the correct "diff" status there, so its fixed now. When I think about it, it makes sense this way. But at first I thought both files would go through the same .vimrc startup logic. take care, -mark -- -- You received

if only true in first file ?

2018-03-27 Thread M Kelly
Hi, In my .vimrc I have if let b:mckgitstatus = "diff" else autocmd BufReadPost,BufNewFile,FileReadPost * call MyGitStatus() autocmd BufUnload * call MyGitLeave() endif And in the first file window I do see "diff" status as expected. But the second file window does not have the "diff"

Re: NERDTree opens half of screen instead of NERDTreeWinSize

2018-03-27 Thread Oliver Graute
On 24/03/18, Oliver Graute wrote: > my NERDTree seems to ignore my NERDTreeWinSize setting and opens instead > at half of the screen. Some ideas how to fix this? > > https://github.com/scrooloose/nerdtree/issues/259 I observe the problem with latest NERDTree git commit a172d7cf and latest vim