소스 검색

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