Bug#1010839: debcontrol.vim: bad syntax highlighting for sections containing "/"

2022-05-11 Thread James McCoy
On Wed, May 11, 2022 at 11:27:22AM +0200, Jakub Wilk wrote: > vim highlights this as an error: > > Section: non-free/utils > > Removing "\<" from the "syn match debcontrolSection" line fixes it for me. The problem is actually the "syn iskeyword" line. There's no reason to declare / a valid wo

Bug#1010839: debcontrol.vim: bad syntax highlighting for sections containing "/"

2022-05-11 Thread Jakub Wilk
Package: vim-runtime Version: 2:8.2.4793-1 Tags: patch vim highlights this as an error: Section: non-free/utils Removing "\<" from the "syn match debcontrolSection" line fixes it for me. -- Jakub Wilk