aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-21 17:52:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-21 17:52:34 +1200
commit9e9e07be500a966e13b5bbd87b153c8a03d52c92 (patch)
treeb2057864c2514ac86ba9ce9ec2770015d2cfd9bf /vim/vimrc
parentMerge branch 'hotfix/v9.9.4' into develop (diff)
downloaddotfiles-9e9e07be500a966e13b5bbd87b153c8a03d52c92.tar.gz
dotfiles-9e9e07be500a966e13b5bbd87b153c8a03d52c92.zip
Correct two command references in vimrc comment
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e96b333b..bf905feb 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -2,7 +2,7 @@
" Tom Ryder (tejr)’s Literate Vimrc
" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
"
-" Last updated: Sat, 16 May 2020 04:57:25 UTC
+" Last updated: Thu, 21 May 2020 05:52:29 UTC
"
" │ And I was lifted up in heart, and thought
" │ Of all my late-shown prowess in the lists,
@@ -1123,7 +1123,7 @@ nnoremap <C-L>
inoremap <C-L>
\ <C-O>:execute "normal \<C-L>"<CR>
-" We use :vnoremap here rather than :xnoremap and thereby make the mapping
+" We use :vmap here rather than :xmap and thereby make the mapping
" apply to select mode as well, because CTRL-L doesn’t reflect a printable
" character, and so we may as well make it work, even though I don’t actually
" use select mode directly.