aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-29 12:43:56 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-29 12:43:56 +1200
commite8c034addea37858614b88a16da6e652364c0a99 (patch)
tree3888991d5a7c1b2258fcc42fe08f16a91aee679e /vim/vimrc
parentExplain double-slashes on file settings clearly (diff)
downloaddotfiles-e8c034addea37858614b88a16da6e652364c0a99.tar.gz
dotfiles-e8c034addea37858614b88a16da6e652364c0a99.zip
Two small spelling/orthography fixes
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 3a18772f..ed306175 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -137,7 +137,7 @@ set tabstop=4
set smarttab
" When indenting lines with < or >, round the indent to a multiple of
-" shiftwidth, so even if the line is idented by one space it will indent
+" 'shiftwidth', so even if the line is indented by one space it will indent
" up to 4 and down to 0, for example
set shiftround
@@ -517,7 +517,7 @@ nnoremap ZA :wa!<CR>
nnoremap Y y$
" If a file named ~/.vimrc.local exists, source its configuration; this is
-" useful for defining FileType rules on systems which happen to have files of
+" useful for defining filetype rules on systems which happen to have files of
" a known type with atypical suffixes or locations
if filereadable(glob('~/.vimrc.local'))
source ~/.vimrc.local