Re: sh.vim - Syntax Highlighting Issues

2007-04-23 Thread George
On Mon, Apr 23, 2007 at 03:23:34PM -0400, Charles E Campbell Jr wrote: > George wrote: > > > I'd like to get the 'sh' filetype syntax highlighting working on > > FreeBSD. The following (supported) constructs, for example, show as > > errors. > > Read :help sh.vim > > and set one of the variab

Re: sh.vim - Syntax Highlighting Issues

2007-04-23 Thread Charles E Campbell Jr
George wrote: I'd like to get the 'sh' filetype syntax highlighting working on FreeBSD. The following (supported) constructs, for example, show as errors. Read :help sh.vim and set one of the variables mentioned there in your <.vimrc>. Regards, Chip Campbell

sh.vim - Syntax Highlighting Issues

2007-04-23 Thread George
I'd like to get the 'sh' filetype syntax highlighting working on FreeBSD. The following (supported) constructs, for example, show as errors. -- #!/bin/sh # Parameter Expansion: SCRIPTNAME=${0##*/} # Command Substitution: COMMAND=$(echo 'What is t