Created
October 27, 2012 03:22
-
-
Save mrtazz/3962826 to your computer and use it in GitHub Desktop.
when you need to go ham
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" | |
" File: ham.vim | |
" | |
" When you need to go HAM | |
" | |
if &cp || (exists('g:loaded_ham_vim') && g:loaded_ham_vim) | |
finish | |
endif | |
let g:loaded_ham_vim = 1 | |
function! ham#Ham() | |
setlocal statusline+=\ HAM | |
echo "HARD AS A MOTHERFUCKER" | |
endfunction | |
command! HAM :call ham#Ham() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment