Skip to content

Commit

Permalink
Don't disable matching pair highlighting to stop constant visual bell.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Nov 15, 2011
1 parent e6d24ef commit 8c79330
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ftplugin/notes.vim
Expand Up @@ -9,13 +9,9 @@ else
let b:did_ftplugin = 1
endif

" Disable highlighting of matching pairs. {{{1
setlocal matchpairs=
let b:undo_ftplugin = 'set matchpairs<'

" Copy indent from previous line. {{{1
setlocal autoindent
let b:undo_ftplugin .= ' | set autoindent<'
let b:undo_ftplugin = ' | set autoindent<'

" Set &tabstop and &shiftwidth options for bulleted lists. {{{1
setlocal tabstop=3 shiftwidth=3 expandtab
Expand Down

0 comments on commit 8c79330

Please sign in to comment.