vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 0b0021b7ba5379c925130e592cb814ba0ad9ec56
parent 4bf3908071d647aa36f3f8c24bdd38e9715a6bdd
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  6 Mar 2013 22:38:13 -0800

No longer manually setting scala filetype

Diffstat:
M.vimrc | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -79,10 +79,6 @@ if &t_Co > 2 || has("gui_running") endif endif -if has("autocmd") - au BufNewFile,BufRead *.scala set filetype=scala -endif - " Other UI stuff if has("gui_running") set lines=60 columns=120