]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Minor documentation update.
authorSimon Ruderich <simon@ruderich.org>
Fri, 25 Nov 2011 06:47:24 +0000 (07:47 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 25 Nov 2011 06:47:24 +0000 (07:47 +0100)
vimrc

diff --git a/vimrc b/vimrc
index cd775e0a90335b1b9c638c5f97bd49edd331fe48..c3a85eb20042b900e658becc8ca0d7e0b2e71469 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -217,7 +217,7 @@ cnoremap <C-P> <Up>
 cnoremap <C-N> <Down>
 
 " 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<CR>.
+" 20:02 CEST). To suspend without saving either unmap this or use :stop<CR>.
 nnoremap <C-Z> :update<CR>:stop<CR>
 
 " 2<C-G> gives more verbose information, use it by default. Thanks to NCS_One
@@ -245,7 +245,7 @@ nnoremap <Leader>8 :8b<CR>
 nnoremap <Leader>9 :9b<CR>
 nnoremap <Leader>0 :10b<CR>
 
-" Make last active window the only window. Similar to <C-w> o.
+" Make last active window the only window. Similar to <C-W> o.
 nnoremap <C-W>O <C-W>p<C-W>o
 
 " Maps to change spell language between English and German and disable spell