On 2015-12-08, Viacheslav Lotsmanov wrote:
> Hi there. I built vim v7.4.963 from git with this configure flags:
>
> --enable-luainterp --enable-perlinterp --enable-python3interp
> --enable-tclinterp --enable-rubyinterp --enable-cscope --with-gnome
>
> For some reason I don't have conceal* options.
>
> `set conceallevel?` gives me a message: “E519: Option not supported:
> conceallevel?”. And conceals doesn't work.
>
> Can anyone explain me why please? And what I need to do to make it work?
As others have replied, you could build the 'big' or 'huge' version.
Or, you could just do as I do, which is to add -DFEAT_CONCEAL to
CFLAGS before building, e.g.:
export CFLAGS=-DFEAT_CONCEAL
./configure --enable-cscope --enable-pythoninterp=yes
make
sudo make install
That gives me a 'normal' version with just the additional features
I want.
Regards,
Gary
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.