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

db4
Keita Haga 2011-03-17 09:32:49 +09:00
parent 29e69f5a68
commit 34ae717598
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