From 8d452ac0d0e11be20b1822c9740b1bb2f3ad17ef Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 27 Jul 2018 22:45:25 +1200 Subject: Correct syntax of new map --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index e80b2207..69b88998 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -186,7 +186,7 @@ imap (DigraphSearch) nnoremap if v:version > 700 nnoremap line('.') == line('$') ? ':next' : '' -else +endif " Map g: as a 'colon operator' nmap g: (ColonOperator) -- cgit v1.2.3