Bug#355273: vim-common: highlighting on bash a{b,c} fails
Justin Pryzby
justinpryzby at users.sourceforge.net
Sat Mar 4 16:45:13 UTC 2006
Package: vim-common
Version: 1:6.4-007+1
Severity: normal
The following causes bash to highlight the final '}' character in red,
as if it were invalid syntax, but bash runs it correctly. Listing the
2 fifos explicitly (as in rm -f /tmp/fifo1 /tmp/fifo2) works around
the problem. With magic "#! /bin/bash" bash extensions should be
accepted, right?.
#! /bin/bash
set -e;
function rmfifos ()
{
rm -f /tmp/fifo{1,2}
}
More information about the pkg-vim-maintainers
mailing list