Merge
git-svn-id: http://photonzero.com/dotfiles/trunk@32 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
6becfb4ec2
commit
a0995d6be5
11 changed files with 40 additions and 21 deletions
|
|
@ -6,7 +6,10 @@ augroup markdown
|
|||
au! BufRead,BufNewFile *.mkd setfiletype mkd
|
||||
augroup END
|
||||
augroup mako
|
||||
au! BufRead,BufNewFile *.mak setfiletype mako
|
||||
au! BufRead,BufNewFile *.mak,*.mako setfiletype mako
|
||||
augroup END
|
||||
augroup csv
|
||||
au! BufNewFile,BufRead *.csv setf csv
|
||||
augroup END
|
||||
augroup python
|
||||
autocmd FileType python set omnifunc=pythoncomplete#Complete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue