Update rust.vim

Column limit 78 -> 100.
This commit is contained in:
Luqman Aden 2013-03-18 17:19:40 -07:00
parent 087a015a72
commit 7352d919f6

View file

@ -1,5 +1,5 @@
"Highlight the 78th text column
"Highlight the 100th text column
"Feature became available in v7.3
if version >= 703
set colorcolumn=78
set colorcolumn=100
endif