Re: [vim/vim] sh syntax script highlights multiline arrays inside an if statement incorrectly (#962)

2016-08-23 Fir de Conversatie cakirerkerem
DrChip wrote:
> keremc wrote:
> >
> > Inside an if statement the opening parenthesis of a multiline array
> > will not be highlighted at all, while the closing parenthesis will be
> > highlighted as an error.
> >
> >
> Hello:
> 
> Please try the attached syntax/sh.vim.
> 
> Regards,
> Chip Campbell

Hi, I've tried the attached script as well as the version on your
website but neither of them fix the issue.

Adding `shParen` to the `contains` list of `shCommandSubList` seems
to fix it but I am not very familiar with sh/vimscript so I can only
hope that it doesn't break anything.

Best,
Kerem

-- 
-- 
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/d/optout.


Re: [vim/vim] sh syntax script highlights multiline arrays inside an if statement incorrectly (#962)

2016-08-11 Fir de Conversatie Charles E Campbell
keremc wrote:
>
> Inside an if statement the opening parenthesis of a multiline array
> will not be highlighted at all, while the closing parenthesis will be
> highlighted as an error.
>
>
Hello:

Please try the attached syntax/sh.vim.

Regards,
Chip Campbell

-- 
-- 
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/d/optout.


sh.vim
Description: application/octetstream