Commit 49fb8e53 authored by Murukesh Mohanan's avatar Murukesh Mohanan

typo in vimrc

parent ded877ff
syntastic @ 372daff1
Subproject commit 157ad8d4328fe9892abd4cd4598524efcf4dc529 Subproject commit 372daff1a8bd68ef27ec2f40df6a74a2462a3b24
...@@ -71,7 +71,7 @@ autocmd Bufenter,BufNew *.pro set syntax=prolog ...@@ -71,7 +71,7 @@ autocmd Bufenter,BufNew *.pro set syntax=prolog
autocmd Filetype gitcommit setlocal spell textwidth=72 autocmd Filetype gitcommit setlocal spell textwidth=72
autocmd Bufenter *.hs compiler ghc autocmd Bufenter *.hs compiler ghc
autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endif 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" let g:SuperTabDefaultCompletionType="context"
set omnifunc=syntaxcomplete#Complete 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