about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-28 07:16:59 -0700
committerbors <bors@rust-lang.org>2013-05-28 07:16:59 -0700
commit05735a934a807333f9cbeadd9ef4dc431240bec2 (patch)
treee6cc61ebe52a3fae4bf01c558f9c970ed2b5f94a
parentc33258bee10590b2f388090d294e1720b2ebfb64 (diff)
parent2505416408910d3ea5919774ae12fe3a32acac9d (diff)
downloadrust-05735a934a807333f9cbeadd9ef4dc431240bec2.tar.gz
rust-05735a934a807333f9cbeadd9ef4dc431240bec2.zip
auto merge of #6783 : hoelzro/rust/master, r=bstrie
I think settings like this should be left up to the user.
-rw-r--r--src/etc/vim/after/ftplugin/rust.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/etc/vim/after/ftplugin/rust.vim b/src/etc/vim/after/ftplugin/rust.vim
deleted file mode 100644
index a053f8b40f8..00000000000
--- a/src/etc/vim/after/ftplugin/rust.vim
+++ /dev/null
@@ -1,5 +0,0 @@
-"Highlight the 100th text column
-"Feature became available in v7.3
-if version >= 703
-    setlocal colorcolumn=100
-endif