9 lines
142 B
VimL
9 lines
142 B
VimL
|
|
"
|
||
|
|
" Set flods to be indent on php class files
|
||
|
|
"
|
||
|
|
if &ft == "php.class"
|
||
|
|
call aa#fold#set_fold('indent')
|
||
|
|
else
|
||
|
|
call aa#emmet#init()
|
||
|
|
endif
|