I have a .vimrc that is used for vim6.2 thru vim7.3 on Mac Terminal

This works to eliminate errror messages for the older vim6.2:

if version >= 700 "?vim6.2
...
endif

EXCEPT with a new script which has a FOR ... ENDFOR

The ENDFOR seems to confused the IF.

Is there a workaround?
I suppose I could rewrite the script using WHILE

-Bill

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