misc/vim/syntax/factor.vim: don't set 'shiftwidth', 'softtabstop', etc.

Keita Haga 2011-03-17 09:32:49 +09:00
parent 0c5a5b03f3
commit b586e7fc95
2 changed files with 0 additions and 11 deletions

View File

@ -315,9 +315,4 @@ endif
let b:current_syntax = "factor"
set sw=4
set sts=4
set expandtab
set autoindent " annoying?
" vim: syntax=vim

View File

@ -302,10 +302,4 @@ endif
let b:current_syntax = "factor"
set sw=4
set sts=4
set expandtab
set autoindent " annoying?
" vim: syntax=vim