diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-26 08:26:12 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-26 08:26:12 +0200 |
commit | c17fc39b2c5139028f8e94f03d9bce4d7748aa52 (patch) | |
tree | d591df5cfacafdff96454ec71524417f506c9676 /vimrc | |
parent | 567672be7bef7dcbecf70589dddbe6e193588475 (diff) | |
download | vim-c17fc39b2c5139028f8e94f03d9bce4d7748aa52.zip vim-c17fc39b2c5139028f8e94f03d9bce4d7748aa52.tar.gz |
install closetag
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ set ff=unix set nofsync :filetype on :au BufNewFile * :exe("0r! ~/.vim/skeletons.rb %:p " . &filetype) +:au Filetype html,xml,xsl source ~/.vim/scripts/closetag.vim "set cursorline "set cursorcolumn |