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)
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
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