aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-10 11:45:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-10 11:45:47 +1200
commitf03594d5319843a1dbb4e6fe81cc73af0ad51bbe (patch)
treeb9dd61022667993eab47d39f8aedba11a26a1d73
parentExpand on why I hate i_CTRL-C (diff)
downloaddotfiles-f03594d5319843a1dbb4e6fe81cc73af0ad51bbe.tar.gz
dotfiles-f03594d5319843a1dbb4e6fe81cc73af0ad51bbe.zip
Change a word in a comment
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 35920814..8370ae31 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -460,7 +460,7 @@ endif
" By default, I prefer that figuring out where a region of text to fold away
" should be done by the indent level of its lines, since I tend to be careful
-" about my indentation even in languages where it has no structure
+" about my indentation even in languages where it has no structural
" significance.
"
set foldmethod=indent