diff --git a/runtime/ftplugin/vim.vim b/runtime/ftplugin/vim.vim index b5e8e693f6..3eaf748996 100644 --- a/runtime/ftplugin/vim.vim +++ b/runtime/ftplugin/vim.vim @@ -1,9 +1,9 @@ " Vim filetype plugin " Language: Vim " Maintainer: Doug Kearns -" Last Change: 2024 Apr 13 -" 2024 May 23 by Riley Bruins ('commentstring') +" Last Change: 2025 Jan 3 " Former Maintainer: Bram Moolenaar +" Contributors: Riley Bruins ('commentstring') " Only do this when not done yet for this buffer if exists("b:did_ftplugin") @@ -103,8 +103,8 @@ if exists("loaded_matchit") \ '\:\%(\%(^\||\)\s*\)\@<=\:\%(\%(^\||\)\s*\)\@<=\:\%(\%(^\||\)\s*\)\@<=\,' .. \ '\\)\@!\S:\,' .. \ '\:\,' .. - \ '\:\,' .. - \ '\:\,' + \ '\:\,' .. + \ '\:\,' " Ignore syntax region commands and settings, any 'en*' would clobber " if-endif.