From: Doug Kearns Date: Mon, 6 Jan 2025 17:12:11 +0000 (+0100) Subject: runtime(vim): Remove trailing comma from match_words X-Git-Tag: v9.1.0991~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ceaa8f3ddbaad75fa02f91c0b354661b38253cb;p=thirdparty%2Fvim.git runtime(vim): Remove trailing comma from match_words fixes: #16377 (`filetype plugin indent on` breaks matchit). closes: #16389 Signed-off-by: Doug Kearns Signed-off-by: Christian Brabandt --- diff --git a/runtime/ftplugin/vim.vim b/runtime/ftplugin/vim.vim index d960da801e..2c883a537a 100644 --- a/runtime/ftplugin/vim.vim +++ b/runtime/ftplugin/vim.vim @@ -1,7 +1,7 @@ " Vim filetype plugin " Language: Vim " Maintainer: Doug Kearns -" Last Change: 2025 Jan 3 +" Last Change: 2025 Jan 06 " Former Maintainer: Bram Moolenaar " Contributors: Riley Bruins ('commentstring') @@ -109,7 +109,7 @@ if exists("loaded_matchit") \ '\\)\@!\S:\,' .. \ '\:\,' .. \ '\:\,' .. - \ '\:\,' + \ '\:\' " Ignore syntax region commands and settings, any 'en*' would clobber " if-endif.