Include the unecessary but idiomatic leading '--' in the closing block
comment token.
E.g.,
--[[
...
--]]
closes: #20590
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
" Tyler Miller <tmillr@proton.me>
" Phạm Bình An <phambinhanctb2004@gmail.com>
" @konfekt
-" Last Change: 2025 Apr 04
-" 2025 May 06 by Vim Project update 'path' setting #17267
+" Last Change: 2026 Jun 20
if exists("b:did_ftplugin")
finish
\ '\<\%(return\|else\|elseif\)\>:' ..
\ '\<end\>,' ..
\ '\<repeat\>:\<until\>,' ..
- \ '\%(--\)\=\[\(=*\)\[:]\1]'
+ \ '--\[\(=*\)\[:\%(--\)\=]\1]'
let b:undo_ftplugin ..= " | unlet! b:match_words b:match_ignorecase"
endif