Thursday, February 2, 2012

Re: compiling 7.3+ with the conceal option

Ben Fritz wrote:

> On Feb 1, 4:00 am, Jean-Michel Pichavant <jeanmic...@sequans.com>
> wrote:
>> Hi people,
>>
>> This is my first mail in this list, so I would like to thank all of you
>> in advance for the precious support.
>>
>> I ran into some minor issue with the conceal option in vim 7.3 (I'm
>> actually using the mercurial repository). Using configure before
>> compiling, the conceal option was disabled. I try to enable it using the
>> --enable-conceal=yes option, didn't succeed though. I tried aother
>> things, some more stupid than others. In the end I succeded by hacking
>> the generated mk file and adding myself the -DFEAT_CONCEAL.
>>
>> Anyone knows what I should have done right ?
>>
>
> Unless there's a good reason for you not to do so, how about just
> compiling with BIG or HUGE features? Then you'll get conceal along
> with all the other "big" features. :he +feature-list
>
> I think you do this with something like:
>
> make FEATURES=BIG

I don't think that works. I build Vim (huge) as follows:

$ cd vim
$ hg pull
$ hg up
$ ./configure --with-features=huge --enable-gui=gnome2
$ make

According to ":help +feature-list", the +conceal feature is
enabled in Vim big (and thus also in Vim huge).

-- Dominique

--
You received this message from the "vim_use" 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

No comments: