From b122832efa953ed888415f7a3959d4cbeae6e265 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 25 Nov 2011 07:47:24 +0100 Subject: [PATCH] vimrc: Minor documentation update. --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index cd775e0..c3a85eb 100644 --- a/vimrc +++ b/vimrc @@ -217,7 +217,7 @@ cnoremap cnoremap " Write before suspending, thanks to deryni in #vim on Freenode (2011-05-09 -" 20:02 CEST). To suspend without saving either unmap it or use :stop. +" 20:02 CEST). To suspend without saving either unmap this or use :stop. nnoremap :update:stop " 2 gives more verbose information, use it by default. Thanks to NCS_One @@ -245,7 +245,7 @@ nnoremap 8 :8b nnoremap 9 :9b nnoremap 0 :10b -" Make last active window the only window. Similar to o. +" Make last active window the only window. Similar to o. nnoremap O po " Maps to change spell language between English and German and disable spell -- 2.44.1