aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin/vim.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-08-09 10:43:28 +0200
committerGitHub <noreply@github.com>2022-08-09 10:43:28 +0200
commita5e846b9969b1dfbd7e92f437f3ac7905039b84f (patch)
tree04ea16853179df83e33bbc36a1d96168925d2bc2 /runtime/ftplugin/vim.vim
parente6680ea7c3912d38f2ef967e053be741624633ad (diff)
downloadrneovim-a5e846b9969b1dfbd7e92f437f3ac7905039b84f.tar.gz
rneovim-a5e846b9969b1dfbd7e92f437f3ac7905039b84f.tar.bz2
rneovim-a5e846b9969b1dfbd7e92f437f3ac7905039b84f.zip
vim-patch:partial: 48c3f4e0bff7 (#19684)
vim-patch:partial:48c3f4e0bff7 Update runtime files https://github.com/vim/vim/commit/48c3f4e0bff7efd289a7001b68c777b6f89a7057 partially skip `options.txt` (needs 9.0.0138)
Diffstat (limited to 'runtime/ftplugin/vim.vim')
-rw-r--r--runtime/ftplugin/vim.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ftplugin/vim.vim b/runtime/ftplugin/vim.vim
index 64b64b45e3..772899cb42 100644
--- a/runtime/ftplugin/vim.vim
+++ b/runtime/ftplugin/vim.vim
@@ -1,7 +1,7 @@
" Vim filetype plugin
" Language: Vim
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2021 Apr 11
+" Last Change: 2022 Aug 4
" Only do this when not done yet for this buffer
if exists("b:did_ftplugin")
@@ -109,7 +109,7 @@ if exists("loaded_matchit")
" - set spl=de,en
" - au! FileType javascript syntax region foldBraces start=/{/ end=/}/ …
let b:match_skip = 'synIDattr(synID(line("."),col("."),1),"name")
- \ =~? "comment\\|string\\|vimSynReg\\|vimSet"'
+ \ =~? "comment\\|string\\|vimLetHereDoc\\|vimSynReg\\|vimSet"'
endif
let &cpo = s:cpo_save