Commit 4e31965c authored by Murukesh Mohanan's avatar Murukesh Mohanan

Merge branch 'master' of git.cse.iitb.ac.in:murukesh/vimrc

parents 1da2bf14 49fb8e53
airline @ ca925efd
Subproject commit 925147baef70a9e214f70d30fb61c86db11eae49
Subproject commit ca925efdbfe88b03597efc7caee4ee8762a2cfe0
......@@ -71,7 +71,7 @@ autocmd Bufenter,BufNew *.pro set syntax=prolog
autocmd Filetype gitcommit setlocal spell textwidth=72
autocmd Bufenter *.hs compiler ghc
autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endif
autocmd BufWritePost *.sh if get(b:, 'is_new', 0) | silent execute '!chomod +x %' | endif
autocmd BufWritePost *.sh if get(b:, 'is_new', 0) | silent execute '!chmod +x %' | endif
let g:SuperTabDefaultCompletionType="context"
set omnifunc=syntaxcomplete#Complete
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment