Changed behavior of b:undo_ftplugin

This commit is contained in:
alpaca_taichou
2013-09-25 14:36:37 +09:00
parent e1d053c3b7
commit f3ce8319c4
2 changed files with 6 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ set cpo&vim
if !exists('b:undo_ftplugin')
let b:undo_ftplugin = ''
else
let b:undo_ftplugin = '|'
endif
setlocal expandtab
@@ -37,7 +39,7 @@ let &l:softtabstop=&tabstop
let &l:commentstring="#%s"
let b:undo_ftplugin .= '
\ | setlocal expandtab< shiftwidth< softtabstop< tabstop< commentstring<
\ setlocal expandtab< shiftwidth< softtabstop< tabstop< commentstring<
\'
let &cpo = s:save_cpo