Package: vim
Version: 2:9.2.0858-1
Severity: minor
Tags: upstream
X-Debbugs-Cc: [email protected]

Hi,

I have a (f)lex source file that uses the grouped start conditions feature

    <cond>{
        re*g?           return 1;
        ex?             return 2;
    }

which is equivalent to

    <cond>re*g?         return 1;
    <cond>ex?           return 2;

Syntax highlighting does not work for the grouped syntax.

   Simon

-- Package-specific info:

--- real paths of main Vim binaries ---
/usr/bin/vi is /usr/bin/vim.basic
/usr/bin/vim is /usr/bin/vim.basic

-- System Information:
Debian Release: 13.6
  APT prefers stable-security
  APT policy: (990, 'stable-security'), (990, 'stable'), (500, 'stable-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, riscv64

Kernel: Linux 7.1.3+deb13-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled

Versions of packages vim depends on:
ii  libacl1      2.3.2-2+b1
ii  libc6        2.41-12+deb13u3
ii  libgpm2      1.20.7-11+b2
ii  libselinux1  3.8.1-1
ii  libsodium23  1.0.18-1+deb13u1
ii  libtinfo6    6.5+20250216-2
ii  vim-common   2:9.1.1230-2
ii  vim-runtime  2:9.1.1230-2

vim recommends no packages.

Versions of packages vim suggests:
ii  exuberant-ctags [ctags]  1:5.9~svn20110310-19
pn  vim-doc                  <none>
pn  vim-scripts              <none>

-- no debconf information

Reply via email to