aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-26 14:22:36 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-26 14:22:36 +1300
commit186c5f8ab8f964377d17d05c4eb72f385ba7a9f0 (patch)
treefe32333a657bc74a7b7fc6c29da0bdae6f847ad5 /vim/vimrc
parentMove list stuff into its own section. (diff)
downloaddotfiles-186c5f8ab8f964377d17d05c4eb72f385ba7a9f0.tar.gz
dotfiles-186c5f8ab8f964377d17d05c4eb72f385ba7a9f0.zip
Add call to matchit.vim macro, if available.
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 19c5391d..d0ef99ec 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -54,6 +54,9 @@ set history=1000
set nolist
nnoremap <leader>l :set list!<CR>
+" Matching
+silent! runtime macros/matchit.vim
+
" Miscellaneous
set backspace=indent,eol,start
set modelines=0