We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087a015 commit 7352d91Copy full SHA for 7352d91
src/etc/vim/after/ftplugin/rust.vim
@@ -1,5 +1,5 @@
1
-"Highlight the 78th text column
+"Highlight the 100th text column
2
"Feature became available in v7.3
3
if version >= 703
4
- set colorcolumn=78
+ set colorcolumn=100
5
endif
0 commit comments