From 7ceaa8f3ddbaad75fa02f91c0b354661b38253cb Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 6 Jan 2025 18:12:11 +0100 Subject: [PATCH] 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 --- runtime/ftplugin/vim.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.