Also drop Last Change headers as this commit comes from the plugin's
maintainer.
related: #20242
related: #20244
closes: #20263
Signed-off-by: Lifepillar <lifepillar@lifepillar.me>
Signed-off-by: Christian Brabandt <cb@256bit.org>
# Language: ConTeXt typesetting engine
# Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com>
# Former Maintainers: Nikolai Weibull <now@bitwi.se>
-# Latest Revision: 2026 Feb 03
-# Last Change:
-# 2026 Mar 30 by Vim project: Use fnameescape for the Log command
+# Latest Revision: 2026 May 20
# Typesetting {{{
import autoload './typeset.vim'
var logpath = typeset.LogPath(bufname)
if filereadable(logpath)
- execute 'edit' .. fnameescape(typeset.LogPath(bufname))
+ execute 'edit' fnameescape(typeset.LogPath(bufname))
return
endif
# Language: Generic TeX typesetting engine
# Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com>
-# Latest Revision: 2026 Feb 19
-# Last Change:
-# 2026 Mar 30 by Vim project: Use fnameescape for the ProcessOutput command
-# 2026 May 19 by Vim project: missing space in :lcd command #20244
+# Latest Revision: 2026 May 20
# Constants and helpers {{{
const SLASH = !exists("+shellslash") || &shellslash ? '/' : '\'