Update ALL the plugins!
git-svn-id: http://photonzero.com/dotfiles/trunk@80 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
0a85941bf4
commit
0ad6077023
42 changed files with 9620 additions and 1644 deletions
|
|
@ -12,3 +12,8 @@ let b:did_ftplugin = 1
|
|||
setlocal formatoptions-=t formatoptions+=croql
|
||||
setlocal comments=s:###,m:\ ,e:###,:#
|
||||
setlocal commentstring=#\ %s
|
||||
|
||||
" Compile the current file on write.
|
||||
if exists("coffee_compile_on_save")
|
||||
autocmd BufWritePost,FileWritePost *.coffee silent !coffee -c <afile> &
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue