From e8c034addea37858614b88a16da6e652364c0a99 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 29 Jul 2013 12:43:56 +1200 Subject: Two small spelling/orthography fixes --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vim/vimrc') 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! 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 -- cgit v1.2.3