Hi,

I am writing a vimscript that contains recursivecondition block.

if cond1

else
  if cond2
  else
     if condN
     else
     ....
     endif
  endif
endif

How canI code to avoidrecursive conditional block and have an object
approach?

Thank you

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