Remove macro_mode functions, use vim-replace

This commit is contained in:
2016-12-23 15:00:15 +00:00
parent a78356bdb4
commit 927889ce74
2 changed files with 6 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
function! macro_mode#enable()
nmap <CR> @@
endfunction
function! macro_mode#disable()
nunmap <CR>
endfunction