aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-16 19:28:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-16 19:28:03 +1200
commita2e117375b1ae913e3dd18412f6e9d2d105e72e1 (patch)
treeae39ff2c2018d99dd9362785a1549a78fe0249de
parentMerge branch 'release/v6.20.0' into develop (diff)
downloaddotfiles-a2e117375b1ae913e3dd18412f6e9d2d105e72e1.tar.gz
dotfiles-a2e117375b1ae913e3dd18412f6e9d2d105e72e1.zip
More comment corrections
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5d12b321..02fa7e6e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -991,7 +991,7 @@ autocmd vimrc ColorScheme sahara
" We'll have Vim try to use my 'sahara' fork of the 'desert256' color scheme.
" If we fail to load the color scheme, for whatever reason, suppress the
-" error, and default to a dark background (if not already) for the the default
+" error, and default to a dark background (if not already) for the default
" color scheme in the absence of guidance otherwise from a COLORFGBG
" environment variable or a t_RB terminal response. Vim otherwise defaults to
" 'light', which is less likely in my case.
@@ -1466,7 +1466,7 @@ nnoremap <Leader>j
" Leader,o hacks up the list of old files from viminfo just long enough to
" ensure that :browse :oldfiles fits in a screen, avoiding an Enter or 'q'
-" keypress before entering the number. This one is handy followed by
+" keystroke before entering the number. This one is handy followed by
" <Leader>,\ to jump back to the last remembered position in that file, since
" by definition viminfo remembers that mark, too.
"