Hi,

I am writing a script and have to detect some features of the opened
file.

my vimscript contains a recursive conditional blocks

if cond1

else

   if cond2

     if condN etc...

   else

   endif

endif


I would like to replace that by an object approach but how can I do
plaese ?

I suppose
if s:myDetecFunc1 automatically call the assiociated task

Thank you for helping








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

Reply via email to