Bug#848663: vim: sh syntax highlighting of command substitution $() is wrong

2017-03-20 Thread Francesco Poli
On Fri, 24 Feb 2017 19:10:41 +0100 Francesco Poli wrote: > On Mon, 19 Dec 2016 14:34:54 +0100 Bas Zoetekouw wrote: > > > Hi, > > > > On 19/12/16 14:02, James McCoy wrote: > > > On Mon, Dec 19, 2016 at 11:55:50AM +0100, Bas Zoetekouw wrote: > > >> Vim's currenr behaviour for syntax highlighting o

Bug#848663: vim: sh syntax highlighting of command substitution $() is wrong

2017-02-24 Thread Francesco Poli
On Mon, 19 Dec 2016 14:34:54 +0100 Bas Zoetekouw wrote: > Hi, > > On 19/12/16 14:02, James McCoy wrote: > > On Mon, Dec 19, 2016 at 11:55:50AM +0100, Bas Zoetekouw wrote: > >> Vim's currenr behaviour for syntax highlighting of shell scripts (with > >> #!/bin/sh and /bin/sh pointing to dash) is to

Bug#848663: vim: sh syntax highlighting of command substitution $() is wrong

2016-12-19 Thread Bas Zoetekouw
Hi, On 19/12/16 14:02, James McCoy wrote: > On Mon, Dec 19, 2016 at 11:55:50AM +0100, Bas Zoetekouw wrote: >> Vim's currenr behaviour for syntax highlighting of shell scripts (with >> #!/bin/sh and /bin/sh pointing to dash) is to mark command >> substititions using the $(foo) construction as an er

Bug#848663: vim: sh syntax highlighting of command substitution $() is wrong

2016-12-19 Thread James McCoy
On Mon, Dec 19, 2016 at 11:55:50AM +0100, Bas Zoetekouw wrote: > Vim's currenr behaviour for syntax highlighting of shell scripts (with > #!/bin/sh and /bin/sh pointing to dash) is to mark command > substititions using the $(foo) construction as an error. Not that I can see. > This is incorrect,

Bug#848663: vim: sh syntax highlighting of command substitution $() is wrong

2016-12-19 Thread Bas Zoetekouw
Package: vim Version: 2:8.0.0095-1 Severity: normal Tags: patch Vim's currenr behaviour for syntax highlighting of shell scripts (with #!/bin/sh and /bin/sh pointing to dash) is to mark command substititions using the $(foo) construction as an error. This is incorrect, as POSIX sh alllows this con