瀏覽代碼

Set 'matchpairs' to empty

Use this to avoid weird highlighting of the `[` and `]` characters, if the
matchparen plugin is enabled.
Marco Hinz 8 年之前
父節點
當前提交
17ef51a2d1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      autoload/startify.vim

+ 1 - 0
autoload/startify.vim

@@ -64,6 +64,7 @@ function! startify#insane_in_the_membrane() abort
         \ norelativenumber
         \ nospell
         \ noswapfile
+        \ matchpairs=
   if empty(&statusline)
     setlocal statusline=\ startify
   endif