aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-06 20:31:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-06 20:31:17 +1200
commit898a404c81b8e77638b7574fc12e2af54eebe756 (patch)
tree00375071ba6bfceddc039b59ad7a9076a023bd4b
parentRemove duplicate 'encoding' setting (diff)
downloaddotfiles-898a404c81b8e77638b7574fc12e2af54eebe756.tar.gz
dotfiles-898a404c81b8e77638b7574fc12e2af54eebe756.zip
Remove vestigial comment from .vimrc
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6e0da3ef..723e69da 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -4,12 +4,6 @@
" own without the accompanying plugins to which it refers near the end of this
" file, but you'll get errors for some of the leader maps, for example.
-" If we're in compatible mode, ensure that the 'C' option that disallows line
-" continuations is stripped out, as they're heavily used in this configuration
-" for readability; we'll put it back later. Yes, this is necessary, for
-" example if this file is :sourced while &compatible, or if Vim is invoked
-" under its other name--we are out there, we ex(1)ist!
-
" Use UTF-8 by default wherever possible
if has('multi_byte')
set encoding=utf-8