Yakov Lerner wrote:
On 8/27/06, Elliot Shank <[EMAIL PROTECTED]> wrote:
What I'm trying to do is create a plugin that acts based upon the contents of an arbitrary file buffer as soon after it has loaded its contents as possible.

If autocommand that reads in the text of the skeleton is you own
code and you can modify it, then you can add add :doautocmd in
the autocommand (I guess you'll need 'nexted' option then, too)

   :help :doautocmd
   :help autocmd-nested

Unfortunately, I'm trying to write this without any assumptions of the 
environment that it will run on, so I've got to deal with unknown plugins that 
could be doing whatever to the content of the buffer.

Reply via email to