Re: Warning (HTML included to show prog shipped w/syntax highlighting).

2011-08-16 Thread Charles Campbell
Linda W wrote: When I have the construct, in 4.1: 1 #!/bin/bash 2 30 31 # trace control for subs 32 declare -ix Allow_Trace=$((( 33 _D_LowLevel | 34 _D_Provides | 35 _D_ 36 ))) 37 38 declare

Re: Warning (HTML included to show prog shipped w/syntax highlighting).

2011-08-11 Thread Christian Brabandt
Hi Gary! On Mi, 10 Aug 2011, Gary Johnson wrote: With the $VIMRUNTIME/syntax/sh.vim that comes with vim 7.3.189, I see the error. With a newer syntax/sh.vim, however, I see different highlighting and no error. I don't remember if this syntax/sh.vim was posted to the vim_use or vim_dev list

Re: Warning (HTML included to show prog shipped w/syntax highlighting).

2011-08-11 Thread Ben Fritz
On Aug 10, 5:23 pm, Linda W v...@tlinx.org wrote: If I put a space after $( and before th final ), then...it changes the semantics of the statment I think you just guaranteed I won't learn and start using bash scripting on a regular basis. -- You received this message from the vim_use

Re: Warning (HTML included to show prog shipped w/syntax highlighting).

2011-08-11 Thread Gary Johnson
On 2011-08-11, Ben Fritz wrote: On Aug 10, 5:23 pm, Linda W wrote: If I put a space after $( and before th final ), then...it changes the semantics of the statment I think you just guaranteed I won't learn and start using bash scripting on a regular basis. Yeah, imagine trying to use a

Re: Warning (HTML included to show prog shipped w/syntax highlighting).

2011-08-11 Thread Ben Fritz
On Aug 11, 10:46 am, Gary Johnson garyj...@spocom.com wrote: On 2011-08-11, Ben Fritz wrote: On Aug 10, 5:23 pm, Linda W wrote: If I put a space after $( and before th final ), then...it changes the semantics of the statment I think you just guaranteed I won't learn and start using

Re: Warning (HTML included to show prog shipped w/syntax highlighting).

2011-08-11 Thread Benjamin R. Haskell
On Thu, 11 Aug 2011, Ben Fritz wrote: On Aug 11, 10:46 am, Gary Johnson wrote: On 2011-08-11, Ben Fritz wrote: On Aug 10, 5:23 pm, Linda W wrote: If I put a space after $( and before th final ), then...it changes the semantics of the statment I think you just guaranteed I won't learn

Warning (HTML included to show prog shipped w/syntax highlighting).

2011-08-10 Thread Linda W
When I have the construct, in 4.1: 1 #!/bin/bash 2 30 31 # trace control for subs 32 declare -ix Allow_Trace=$((( 33 _D_LowLevel | 34 _D_Provides | 35 _D_ 36 ))) 37 38 declare -ix

Re: Warning (HTML included to show prog shipped w/syntax highlighting).

2011-08-10 Thread Gary Johnson
On 2011-08-10, Linda W wrote: When I have the construct, in 4.1: 1 #!/bin/bash 2 30 31 # trace control for subs 32 declare -ix Allow_Trace=$((( 33 _D_LowLevel | 34 _D_Provides | 35 _D_ 36