Move vim function definition window to bottom -


as can see, vim pops window definition of function completion on top (i don't know name is...), can move bottom?

screenshot

put following line in vimrc. (relevant page)

set splitbelow 

this causes horizontal window splits put on bottom.


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -