From b230bd5a1660ba67bf8de73d59a02838a26c9922 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 25 May 2010 21:02:00 +0200 Subject: Found a way to make the MS-Windows installer wait for the uninstaller to finish, no need for the user to press Enter. --- runtime/evim.vim | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'runtime/evim.vim') diff --git a/runtime/evim.vim b/runtime/evim.vim index 754729048..650ce428d 100644 --- a/runtime/evim.vim +++ b/runtime/evim.vim @@ -15,15 +15,15 @@ set insertmode set hidden " Make cursor keys ignore wrapping -inoremap =pumvisible() ? "\Down>" : "\C-O>gj" -inoremap =pumvisible() ? "\Up>" : "\C-O>gk" +inoremap =pumvisible() ? "\Down>" : "\C-O>gj" +inoremap =pumvisible() ? "\Up>" : "\C-O>gk" " CTRL-F does Find dialog instead of page forward -noremap :promptfind -vnoremap y:promptfind " -onoremap :promptfind -inoremap :promptfind -cnoremap :promptfind +noremap :promptfind +vnoremap y:promptfind " +onoremap :promptfind +inoremap :promptfind +cnoremap :promptfind set backspace=2 " allow backspacing over everything in insert mode -- cgit v1.2.1