Marvin Renich wrote:
The sh.vim syntax file does not recognize the escaped double quote
inside the double-quoted string in the following bash snippet:

---8<----
#!/bin/bash

for r in $reqFields ; do
        if [[ -z "${keys[$r]}" || "${keys[$r]}" == "\"\"" ]] ; then
                missing="$missing $r"
        fi
done
--->8----

It looks like the shDoubleQuote region has a skip clause that is
supposed to handle this, but it isn't working for me.  If you can't
reproduce this, I'll try to narrow it down more.  b:is_bash is being set
correctly, and syntax list shDoubleQuote shows the expected contents.

How can you determine what syntax group is used for a particular
character?

Hello!

Please try v133 of syntax/sh.vim, available at my website: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_SH .

As for your question... I use my hilinks plugin (with :HLT!): http://www.drchip.org/astronaut/vim/index.html#HILINKS .

Regards,
C 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/groups/opt_out.

Raspunde prin e-mail lui