Skip to content

Commit 7352d91

Browse files
committed
Update rust.vim
Column limit 78 -> 100.
1 parent 087a015 commit 7352d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/etc/vim/after/ftplugin/rust.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
"Highlight the 78th text column
1+
"Highlight the 100th text column
22
"Feature became available in v7.3
33
if version >= 703
4-
set colorcolumn=78
4+
set colorcolumn=100
55
endif

0 commit comments

Comments
 (0)