Do you have syntax highlighting enabled?  That can really slow vim
down.

Well, I don't mean to.  ":set" says this:

It can be toggled via

        :syntax on

and

        :syntax off

To see what flavor of syntax highlighting you currently have, you can query the 'syntax' setting:

        :set syntax?

-tim



Reply via email to