We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0119a59 commit b7a5ab1Copy full SHA for b7a5ab1
2 files changed
runtime/plugin/matchparen.vim
@@ -114,7 +114,7 @@ function! s:Highlight_Matching_Pair()
114
" within those syntax types (i.e., not skip). Otherwise, the cursor is
115
" outside of the syntax types and s_skip should keep its value so we skip any
116
" matching pair inside the syntax types.
117
- execute 'if' s_skip '| let s_skip = 0 | endif'
+ execute 'if' s_skip '| let s_skip = "0" | endif'
118
119
" Limit the search to lines visible in the window.
120
let stoplinebottom = line('w$')
src/version.c
@@ -789,6 +789,8 @@ static char *(features[]) =
789
790
static int included_patches[] =
791
{ /* Add new patch number below this line */
792
+/**/
793
+ 115,
794
/**/
795
114,
796
0 commit comments