Created
October 27, 2012 03:22
-
-
Save mrtazz/3962826 to your computer and use it in GitHub Desktop.
Revisions
-
mrtazz created this gist
Oct 27, 2012 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ " " 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()