From ca8f61644c32b43b51f52deffffec4f1ecf29b03 Mon Sep 17 00:00:00 2001 From: aiya000 Date: Wed, 23 Dec 2015 15:48:55 +0900 Subject: [PATCH] Fix default keymappings --- plugin/repl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/repl.vim b/plugin/repl.vim index c7b48c7..66b8042 100644 --- a/plugin/repl.vim +++ b/plugin/repl.vim @@ -37,7 +37,7 @@ nnoremap (repl-run) :call repl#run_repl() " Define default keymappings if !exists('g:repl_no_default_keymappings') || !g:repl_no_default_keymappings - nmap i (repl-run) + nmap i (repl-run) endif "-------------------"