Hi Rahul! On Do, 09 Sep 2010, Rahul wrote:
> On Sep 9, 3:43 pm, sc <[email protected]> wrote: > > On Thursday 09 September 2010 15:06:39 Rahul wrote: > > you need at least a big build to have conceal, normal won't > > include it -- look at the output of > > > > :ver > > Thanks! I did a "huge" build now. Have a +conceal and a +syntax. Still > can't use AnsiEsc successfully though. > > I downloaded the AnsiEsc.vba.gz and vimed it and did a ":so %" as > instructed. It did extract a bunch of files to my ~/.vim folder. (I'm > a little perplexed as to why these files have strange names : > AnsiEsc.vim?[[[1 AnsiEscPlugin.vim?[[[1 Seems like some strange > control character is appended to the filenames created by the vimball > archive ) That does not sound right. Usually those files should be called .vim. I haven't used AnsiEsc yet, but if I see that right, you should have the following files: plugin/AnsiEscPlugin.vim autoload/AnsiEsc.vim plugin/cecutil.vim doc/AnsiEsc.txt Those 2 plugin files should be loaded after restarting vim. You can verify this with :scriptnames. The autoload file will only be loaded, whenever you use any of the provided functions and the doc file is of course the provided documentation. regards, Christian -- Wahrheit ist etwas so Kostbares, daß Politiker gar nicht anders können, als damit sparsam umzugehen. -- Mark Twain (eigl. Samuel Langhorne Clemens) -- 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
