On Oct 10, 2011, at 5:41 PM, erik wrote:
> May I ask for volunteers for testing again.
This is very close.
It definitely fixes issues I reported the last time.
There is a regression bug in handling this:
if (!(attr in urls))
value = escape_txt_chars(value)
# more code here.
It turns it into this:
if (!(attr in urls))
value = escape_txt_chars(value)
# more code here.
This happens also for else if (...), else, for, while, followed by a single
statement. With or without a blank line following the statement, the indent is
increased by an extra shiftwidth.
I've sent you my large awk program off the list so you can test easier.
Best regards,
Zvezdan
--
You received this message from the "vim_dev" 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