> I need a way to execute a vim script only after latex-suite plugin is
> loaded.
> How could I do?

This is not a vim-latex-specific question.

See

        :help after

and

        :help 43.2

("Adding a filetype")

Commands placed in

        ~/.vim/after/tex.vim

will be executed when a file of "tex" type is detected, and those 
commands will be executed /after/ all others.

--Ted

-- 
Ted Pavlic <t...@tedpavlic.com>

   Please visit my ALS association page:
         http://web.alsa.org/goto/tedpavlic
   My family appreciates your support in the fight to defeat ALS.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to