···84848585" ruby - what tabs?
8686au FileType ruby,eruby setlocal ts=2 sw=2 tw=79 et sts=2 autoindent colorcolumn=80
8787+8788" and your yaml
8889au FileType yaml setlocal ts=2 sw=2 et colorcolumn=80
8990···102103" and make sure there's a blank line for me to start typing (openbsd's cvs does
103104" this by default)
104105au FileType cvs s/^CVS:/
CVS:/|1
106106+107107+" git log messages are always the same file, but viminfo has stale data about
108108+" line pos
109109+au FileType gitcommit call setpos('.', [0, 1, 1, 0])
110110+111111+" fix for crontab erroring out because it can't see any changes
112112+au FileType crontab setlocal bkc=yes
105113106114" when writing new files, mkdir -p their paths
107115augroup BWCCreateDir