Merge pull request #278 from alexparker/e-vim

vim eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
This commit is contained in:
LinuxMercedes 2018-12-09 12:25:10 -06:00 committed by GitHub
commit 8ed5fbd7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
e.vim Normal file
View File

@ -0,0 +1,8 @@
command! E %s/[a-zA-Z]/e/g
command! EE call E()
function! E()
while 1
echo "e"
endwhile
endfunction