why 'autochdir' is not working with vim.basic
Stefano Zacchiroli
zack at debian.org
Wed Apr 5 18:02:44 UTC 2006
On Wed, Apr 05, 2006 at 07:43:00PM +0200, Pierre Habouzit wrote:
> > What do you mean? Do you fear additional built-time dependencies
> > brought by +netbeans_intg?
> yeah, that's the idea.
Actually, netbeans integration is disabled at configure time only if
--disable-netbeans is passed to ./configure, which is not. The problem
is this stuff in feature.h:
/*
* The Netbeans features currently only work with Motif and GTK and Win32.
* It also requires +listcmds and +eval.
*/
#if ((!defined(FEAT_GUI_MOTIF) && !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_W32)) \
|| !defined(FEAT_LISTCMDS) || !defined(FEAT_EVAL)) \
&& defined(FEAT_NETBEANS_INTG)
# undef FEAT_NETBEANS_INTG
#endif
Since we have no GUI in vim.basic, Netbeans get disabled.
Still, I believe that 'autochdir' is an option which does make sense no
matter if the remaining part of Netbeans integration is enable or not. I
will raise the issue on vim-dev.
Cheers.
--
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
zack@{cs.unibo.it,debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20060405/a58000a9/attachment.pgp
More information about the pkg-vim-maintainers
mailing list