Closed
Description
e8a769e changed \splitoffname
to \splitoffbase
. \splitoffbase
discards the file extension, which means that you cannot highlight two files with the same name and different extensions since the .vimout
file will always be overwritten by the last file included.
Reproduction
ConTeXt: ver: 2021.09.26 17:00 LMTX fmt: 2021.10.4 int: english/english
vim/filter modules: 3873a0a
test.A
\def\AAA{\relax}
test.B
\def\BBB{\relax}
test.tex
\usemodule[vim]
\definevimtyping[TEX][syntax=tex]
\starttext
\section{A}
\typeTEXfile{test.A}
\section{B}
\typeTEXfile{test.B}
\stoptext
Result
Metadata
Metadata
Assignees
Labels
No labels
<
3380
/div>