diff options
| author | Rob Hoelz <rob@hoelz.ro> | 2013-05-28 16:06:15 +0200 |
|---|---|---|
| committer | Rob Hoelz <rob@hoelz.ro> | 2013-05-28 16:06:15 +0200 |
| commit | 2505416408910d3ea5919774ae12fe3a32acac9d (patch) | |
| tree | 46f811db3e6d59c123f95260f2a94f7f10f91b7c /src/etc/vim | |
| parent | 2d28d645422c1617be58c8ca7ad9a457264ca850 (diff) | |
Remove colorcolumn setting
Diffstat (limited to 'src/etc/vim')
| -rw-r--r-- | src/etc/vim/after/ftplugin/rust.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/etc/vim/after/ftplugin/rust.vim b/src/etc/vim/after/ftplugin/rust.vim deleted file mode 100644 index a053f8b40f8..00000000000 --- a/src/etc/vim/after/ftplugin/rust.vim +++ /dev/null @@ -1,5 +0,0 @@ -"Highlight the 100th text column -"Feature became available in v7.3 -if version >= 703 - setlocal colorcolumn=100 -endif |
