]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(vim): Remove trailing comma from match_words
authorDoug Kearns <dougkearns@gmail.com>
Mon, 6 Jan 2025 17:12:11 +0000 (18:12 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 6 Jan 2025 17:12:11 +0000 (18:12 +0100)
fixes: #16377 (`filetype plugin indent on` breaks matchit).
closes: #16389

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/vim.vim

index d960da801e3c022b0ba68dc2da7b4eb776ffbd29..2c883a537a42084bf66826699c40a492c492f7c1 100644 (file)
@@ -1,7 +1,7 @@
 " Vim filetype plugin
 " Language:            Vim
 " Maintainer:          Doug Kearns <dougkearns@gmail.com>
-" Last Change:         2025 Jan 3
+" Last Change:         2025 Jan 06
 " Former Maintainer:   Bram Moolenaar <Bram@vim.org>
 " Contributors:                Riley Bruins <ribru17@gmail.com> ('commentstring')
 
@@ -109,7 +109,7 @@ if exists("loaded_matchit")
        \ '\<aug\%[roup]\s\+\%(END\>\)\@!\S:\<aug\%[roup]\s\+END\>,' ..
        \ '\<class\>:\<endclass\>,' ..
        \ '\<interface\>:\<endinterface\>,' ..
-       \ '\<enum\>:\<endenum\>,'
+       \ '\<enum\>:\<endenum\>'
 
   " Ignore syntax region commands and settings, any 'en*' would clobber
   " if-endif.