From d1f4473f0903770114c6967449d3b5f060e214af Mon Sep 17 00:00:00 2001 From: ujihisa Date: Wed, 3 Aug 2011 15:45:09 -0700 Subject: [PATCH] thanks technogeeky! --- plugin/repl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/repl.vim b/plugin/repl.vim index 1f9e73f..a0eb07d 100644 --- a/plugin/repl.vim +++ b/plugin/repl.vim @@ -98,4 +98,4 @@ endfunction "endfunction command! -nargs=0 Repl call Repl() -nnoremap i :Repl +nnoremap (repl-run) :Repl