Your message dated Sun, 28 Jan 2018 13:22:28 -0500 with message-id <[email protected]> and subject line Re: Bug#886285: vim-runtime: tex syntax highlighting fails to enter math mode within align environment has caused the Debian Bug report #886285, regarding vim-runtime: tex syntax highlighting fails to enter math mode within align environment to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 886285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886285 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: vim-runtime Version: 2:8.0.1401-2 Severity: normal Hello again! I noticed another regression, this time in tex syntax highlighting. The issue seems to be that it fails to enter math mode within the align environment (and probably other amsmath environments). The package version currently in buster and sid (vim-runtime/2:8.0.1401-2) messes up with the highlighting of the math between \begin{align} and \end{align}, while it correctly deals with the math between \begin{equation} and \end{equation}. This is shown in the first attached screenshot. On the other hand, vim-runtime/2:8.0.0197-4+deb9u1 (which is in stretch), behaves correctly, as shown in the second attached screenshot. The two screenshots were obtained (on buster and stretch, respectively) with $ view -u NONE test_align.tex followed by :syn on :set bg=dark Please fix the bug and/or forward this report upstream, as appropriate. Thanks for your time! Bye. -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (800, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.14.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled vim-runtime depends on no packages. Versions of packages vim-runtime recommends: ii vim 2:8.0.1401-2 ii vim-gtk [vim] 2:8.0.1401-2 ii vim-tiny 2:8.0.1401-2 vim-runtime suggests no packages. -- no debconf information\documentclass[a4paper,12pt]{article} \usepackage{amsmath} \begin{document} \begin{align} a_x & = b_x \\ a_y & = b_y \end{align} \begin{equation} a_z = 0 \qquad b_z \neq 0 \end{equation} \end{document}
--- End Message ---
--- Begin Message ---On Sun, Jan 28, 2018 at 06:31:38PM +0100, Francesco Poli wrote: > On Wed, 03 Jan 2018 21:34:19 +0100 Francesco Poli (wintermute) wrote: > > [...] > > Hello again! > > > > I noticed another regression, this time in tex syntax highlighting. > [...] > > Hello again, > is there any progress on this regression? Support for align was dropped upstream. See “:help ft-tex-syntax” and “:help tex-morecommands” for extending the tex syntax highlighting. Cheers, -- James GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB
--- End Message ---

