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