summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-02-14 20:18:03 -0500
committerMike Crute <mike@crute.us>2010-02-14 20:18:03 -0500
commit1ac00213807bf9ca64a36ddd4a07e4f3e1865d86 (patch)
tree81be9a46442b6373f616b76810d4b9dbef94c3f3 /.vimrc
parent748ebad570dd851e462b4c56105af3ccf8389136 (diff)
downloaddotfiles-1ac00213807bf9ca64a36ddd4a07e4f3e1865d86.tar.bz2
dotfiles-1ac00213807bf9ca64a36ddd4a07e4f3e1865d86.tar.xz
dotfiles-1ac00213807bf9ca64a36ddd4a07e4f3e1865d86.zip
Merging in work changes
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 24f1c17..95df7e7 100644
--- a/.vimrc
+++ b/.vimrc
@@ -622,4 +622,11 @@ vnoremap <leader>dc :s/\v\C(([a-z]+)([A-Z]))/\2_\l\3/g<CR>
622" Run python scripts and display the output 622" Run python scripts and display the output
623nnoremap <leader>lp :!python %:p<CR> 623nnoremap <leader>lp :!python %:p<CR>
624" }}} 624" }}}
625" {{{ Workarounds For Broken Shit
626" Without this fix you can't write a Mac OS X crontab file
627if $VIM_CRONTAB == "true"
628 set nobackup
629 set nowritebackup
630endif
631" }}}
625" vim:foldenable:foldmethod=marker: 632" vim:foldenable:foldmethod=marker: