Skip to content

Instantly share code, notes, and snippets.

@mrtazz
Created October 27, 2012 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrtazz/3962826 to your computer and use it in GitHub Desktop.
Save mrtazz/3962826 to your computer and use it in GitHub Desktop.
when you need to go ham
"
" 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