about summary refs log tree commit diff
path: root/src/etc/vim/after/ftplugin
AgeCommit message (Collapse)AuthorLines
2013-05-28Remove colorcolumn settingRob Hoelz-5/+0
2013-05-08General fixes for vimJames Miller-1/+1
Makes colorcolumn setlocal instead of set. Makes conceal opt-in. Removes the seem-to-be obsolete old keywords/types
2013-03-18Update rust.vimLuqman Aden-2/+2
Column limit 78 -> 100.
2013-02-19vim improvementsBen Striegel-0/+5
1. Highlight new lifetime syntax 2. Visually distinguish `unsafe` keyword 3. Add a new file that highlights column 78, to warn when lines get too long