Friday, November 26, 2010

Re: Trying to find what plugin is giving me an error

> so I ran :debug w and found
> out the error. I found interesting that the checksyntax script is
> actually trigged to all files:
>
> CheckSyntax  BufWritePost
>     *         call checksyntax#Check(0)

Are you insinuating that checksyntax caused that error? The plugin
doesn't do anything zip-related.

It's triggered for all files because it doesn't know on startup for
which filetypes it should be enabled. If it is triggered on an unknown
filetype it does nothing. The alternative would seem more cumbersome
to me.

Regards,
Tom

--
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: