Bug#458630: vim-runtime: the wrong syntax highlight of the program code in Perl

2008-01-02 Thread Dmitry E. Oboukhov
Package: vim-runtime Version: 1:7.1-167+1 Severity: normal In Perl it is often used the construction of such type: endquote text endquote For all that in the majority of cases after the open marker (endquote) there's needed some statement, for example semicolumn, closing bracket, etc. Example:

Bug#458630: vim-runtime: the wrong syntax highlight of the program code in Perl

2008-01-02 Thread James Vega
On Wed, Jan 02, 2008 at 12:27:29PM +0300, Dmitry E. Oboukhov wrote: For all that in the majority of cases after the open marker (endquote) there's needed some statement, for example semicolumn, closing bracket, etc. Example: $dbh-do(endsql, undef, $cid); DELETE FROM query

Bug#458630: vim-runtime: the wrong syntax highlight of the program code in Perl

2008-01-02 Thread Dmitry E. Oboukhov
On 12:33 Wed 02 Jan , James Vega wrote: JV On Wed, Jan 02, 2008 at 12:27:29PM +0300, Dmitry E. Oboukhov wrote: For all that in the majority of cases after the open marker (endquote) there's needed some statement, for example semicolumn, closing bracket, etc. Example: $dbh-do(endsql,

Bug#458630: vim-runtime: the wrong syntax highlight of the program code in Perl

2008-01-02 Thread James Vega
On Wed, Jan 02, 2008 at 10:33:24PM +0300, Dmitry E. Oboukhov wrote: On 12:33 Wed 02 Jan , James Vega wrote: JV On Wed, Jan 02, 2008 at 12:27:29PM +0300, Dmitry E. Oboukhov wrote: For all that in the majority of cases after the open marker (endquote) there's needed some statement, for