aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 13:52:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 13:52:35 +1200
commit624c6d439a75c9fd9f46a603783d125b79cd06d7 (patch)
tree6b7113d4d51a6389ed3f184349a4bddf2dcac348
parentFix a couple of comments (diff)
downloaddotfiles-624c6d439a75c9fd9f46a603783d125b79cd06d7.tar.gz
dotfiles-624c6d439a75c9fd9f46a603783d125b79cd06d7.zip
Correct a bunch of spelling problems
-rw-r--r--vim/vimrc24
1 files changed, 12 insertions, 12 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3bcc10d8..ff8a0d6b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -51,7 +51,7 @@ scriptencoding utf-8
" variable MYVIM for the user runtime directory, if such a variable does not
" already exist in the environment, and there's a value in 'runtimepath' from
" which to glean a useable path. We'll use the path nominated in the MYVIM
-" variable as the root of our 'nackupdir', 'directory', 'undodir', and
+" variable as the root of our 'backupdir', 'directory', 'undodir', and
" 'viminfofile' caches, and anywhere else we need a sensible writeable
" location for Vim-related files. Having it available as an environment
" variable makes assignments with :set more convenient, without requiring
@@ -644,9 +644,9 @@ endif
"
" However, the option really is required for batch operations performed with
" commands like :argdo or :bufdo, because Vim won't otherwise tolerate unsaved
-" changes to a litany of undisplayed buffers. After I started using such
-" command maps a bit more often, I realised I finally had a reason to turn
-" this on permanently.
+" changes to a litany of buffers that are not displayed in any window. After
+" I started using such command maps a bit more often, I realised I finally had
+" a reason to turn this on permanently.
"
set hidden
@@ -843,12 +843,12 @@ set visualbell t_vb=
" When Ex command line completion is started with Tab, list valid completions
" and complete the command line to the longest common substring, just as Bash
-" does, with just the one keypress.
+" does, with just the one key press.
"
" The default value of 'full' for the 'wildmode' option puts the full
" completion onto the line immediately, which I tolerate for insert mode
" completion but don't really like on the Ex command line. Instead, I arrange
-" for that with a second keypress if I ever want it, which isn't often. I did
+" for that with a second key press if I ever want it, which isn't often. I did
" without using it at all for years.
"
set wildmenu
@@ -1077,7 +1077,7 @@ endif
" > Á A' LATIN CAPITAL LETTER A WITH ACUTE
" > É E' LATIN CAPITAL LETTER E WITH ACUTE
" > Í I' LATIN CAPITAL LETTER I WITH ACUTE
-" > ... etc ...
+" > ...etc...
"
" <https://sanctum.geek.nz/cgit/vim-digraph-search.git/about/>
"
@@ -1262,8 +1262,8 @@ nnoremap <Leader>u
nnoremap <Leader>z
\ :<C-U>setlocal spelllang=en_nz<CR>
-" The next mapping is another option toggler, but it's more complicated; it
-" uses a simple plugin of mine called copy_linebreak.vim to manage several
+" The next mapping is also for toggling an option, but it's more complicated;
+" it uses a simple plugin of mine called copy_linebreak.vim to manage several
" options at once, related to the 'wrap' option that soft-wraps text.
"
" It's designed for usage in terminal emulators and multiplexers to
@@ -1272,8 +1272,8 @@ nnoremap <Leader>z
" including 'breakindent', 'linebreak', and 'showbreak' artifacts.
"
" This is really handy for quick selections of small regions of text. For
-" larger blocks of text or for programatically manipulating the text as it
-" leaves the buffer, it makes more sense to use :! commands.
+" larger blocks of text or for manipulating the text as it leaves the buffer,
+" it makes more sense to use :! commands.
"
"" Leader,b toggles settings friendly to copying and pasting
@@ -1498,7 +1498,7 @@ inoreabbrev THere There
"
" > Consequently, it is soon recognised that they write for the sake of
" > filling up the paper, and this is the case sometimes with the best
-" > authors... as soon as this is perceived the book should be thrown away,
+" > authors...as soon as this is perceived the book should be thrown away,
" > for time is precious.
" > -- Schopenhauer
"