Re: [vim/vim] Vim won't find ncurses when using `--enable-rubyinterp` (#1081)

2017-01-01 Fir de Conversatie mossgary600 via vim_dev
On Sun, 1/1/17, Michael Henry wrote: Subject: Re: [vim/vim] Vim won't find ncurses when using `--enable-rubyinterp` (#1081) To: "vim/vim" Cc: "Subscribed" Date: Sunday, January 1, 2017, 11:30 PM I ran into this problem on Fedora 25 (x86_64)

MSVC 2015: GvimExt doesn't take SDK_INCLUDE_DIR

2017-01-01 Fir de Conversatie tux.
While trying to build Vim/GVim with Visual Studio 14.0, I noticed that the SDK_INCLUDE_DIR="..." definition is ignored for GVimExt: >Bibliothek "gvimext.lib" und Objekt "gvimext.exp" werden erstellt. >if exist gvimext.dll.manifest mt -nologo -manifest > gvimext.dll.manifest -outputres

perl vs python bindings for vim and tab page object access

2017-01-01 Fir de Conversatie Arif Khokar
After looking through the documentation for if_perl and if_pyth, I noticed that the python bindings had the ability to query and manipulate tab page objects, while the perl bindings did not. Is there a technical reason for the difference (i.e., a limitation for the perl C bindings?), or is it