summary refs log tree commit diff
path: root/src/etc/vim/after/ftplugin/rust.vim
blob: f0f1c85ee9720011fc4132ea4d0e05f6363c0716 (plain)
1
2
3
4
5
"Highlight the 100th text column
"Feature became available in v7.3
if version >= 703
    set colorcolumn=100
endif