Hi Viacheslav, 2015-12-8(Tue) 18:44:33 UTC+9 Viacheslav Lotsmanov: > 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?
The conceal feature are included from 'big' or 'huge'. (Default feature is 'normal') You should add configure option to '----with-features=big'. Please see a following help. :h 'conceal' :h +conceal -- Best regards, Hirohito Higashi (a.k.a h_east) -- -- 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.
