mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
vim-patch:7ceaa8f: runtime(vim): Remove trailing comma from match_words
fixes: vim/vim#16377 (`filetype plugin indent on` breaks matchit).
closes: vim/vim#16389
7ceaa8f3dd
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:

committed by
Christian Clason

parent
e27f7125d6
commit
a942dea157
@@ -1,7 +1,7 @@
|
|||||||
" Vim filetype plugin
|
" Vim filetype plugin
|
||||||
" Language: Vim
|
" Language: Vim
|
||||||
" Maintainer: Doug Kearns <dougkearns@gmail.com>
|
" Maintainer: Doug Kearns <dougkearns@gmail.com>
|
||||||
" Last Change: 2025 Jan 3
|
" Last Change: 2025 Jan 06
|
||||||
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
|
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
|
||||||
" Contributors: Riley Bruins <ribru17@gmail.com> ('commentstring')
|
" Contributors: Riley Bruins <ribru17@gmail.com> ('commentstring')
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ if exists("loaded_matchit")
|
|||||||
\ '\<aug\%[roup]\s\+\%(END\>\)\@!\S:\<aug\%[roup]\s\+END\>,' ..
|
\ '\<aug\%[roup]\s\+\%(END\>\)\@!\S:\<aug\%[roup]\s\+END\>,' ..
|
||||||
\ '\<class\>:\<endclass\>,' ..
|
\ '\<class\>:\<endclass\>,' ..
|
||||||
\ '\<interface\>:\<endinterface\>,' ..
|
\ '\<interface\>:\<endinterface\>,' ..
|
||||||
\ '\<enum\>:\<endenum\>,'
|
\ '\<enum\>:\<endenum\>'
|
||||||
|
|
||||||
" Ignore syntax region commands and settings, any 'en*' would clobber
|
" Ignore syntax region commands and settings, any 'en*' would clobber
|
||||||
" if-endif.
|
" if-endif.
|
||||||
|
Reference in New Issue
Block a user