Patch 8.1.0115
Problem: The matchparen plugin may throw an error.
Solution: Change the skip argument from zero to "0".
Files: runtime/plugin/matchparen.vim
*** ../vim-8.1.0114/runtime/plugin/matchparen.vim 2017-09-30
14:51:57.000000000 +0200
--- runtime/plugin/matchparen.vim 2018-06-25 00:01:59.103022741 +0200
***************
*** 114,120 ****
" within those syntax types (i.e., not skip). Otherwise, the cursor is
" outside of the syntax types and s_skip should keep its value so we skip
any
" matching pair inside the syntax types.
! execute 'if' s_skip '| let s_skip = 0 | endif'
" Limit the search to lines visible in the window.
let stoplinebottom = line('w$')
--- 114,120 ----
" within those syntax types (i.e., not skip). Otherwise, the cursor is
" outside of the syntax types and s_skip should keep its value so we skip
any
" matching pair inside the syntax types.
! execute 'if' s_skip '| let s_skip = "0" | endif'
" Limit the search to lines visible in the window.
let stoplinebottom = line('w$')
*** ../vim-8.1.0114/src/version.c 2018-06-24 23:53:25.153526495 +0200
--- src/version.c 2018-06-25 00:03:27.870567571 +0200
***************
*** 791,792 ****
--- 791,794 ----
{ /* Add new patch number below this line */
+ /**/
+ 115,
/**/
--
hundred-and-one symptoms of being an internet addict:
110. You actually volunteer to become your employer's webmaster.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.