Re: ruby syntax broken on 7.3.1182

2013-06-14 Fir de Conversatie Doug Kearns
On 14 June 2013 13:37, 陈云杰  wrote:
> after ruby code:
>
> 'asdf'<<"||"<<'asdfasdf'
>
> syntax highlight has broken

That appears to be broken with much earlier versions. E.g. 7.3.638

Of course, formatting it 'nicely' fixes the problem.

'asdf' << "||" << 'asdfasdf'

The heuristic to differentiate heredocs from string concatenation
might be something that can be improved.  I'll take a look at it.

Regards,
Doug

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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




ruby syntax broken on 7.3.1182

2013-06-13 Fir de Conversatie 陈云杰
after ruby code:

'asdf'<<"||"<<'asdfasdf'

syntax highlight has broken

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

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.