comparison vim/vimrc @ 113:539d84664c27

Merged changes.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Aug 2012 21:44:37 -0700
parents 9495034e7dc4 14307ff18bc1
children ccc3902408d2
comparison
equal deleted inserted replaced
112:9495034e7dc4 113:539d84664c27
234 " Who the hell changes my matchpairs? 234 " Who the hell changes my matchpairs?
235 autocmd FileType php setlocal matchpairs-=<:> 235 autocmd FileType php setlocal matchpairs-=<:>
236 236
237 " File I know are markdown: personal notes & PieCrust pages. 237 " File I know are markdown: personal notes & PieCrust pages.
238 autocmd BufRead,BufNewfile */Dropbox/Personal/SimpleNote/* set ft=markdown 238 autocmd BufRead,BufNewfile */Dropbox/Personal/SimpleNote/* set ft=markdown
239 autocmd BufRead,BufNewFile */_content/**/*.html set ft=markdown 239 autocmd BufRead,BufNewFile */_content/**/*.html set ft=piecrustmarkdown
240 240
241 augroup END 241 augroup END
242 242
243 endif 243 endif
244 244