vim: more lenient setup_asm autogroup

master
an 2019-08-06 16:53:24 -04:00
parent 662e787a6d
commit e0667be971
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ endif
au FileType markdown set comments+=fb:- comments-=b:- indentexpr=
" ASM options
au BufNewFile,BufRead *.s,*.inc,*.i call _agw.setup_asm()
au BufEnter *.asm,*.s,*.inc,*.i call _agw.setup_asm()
" close empty buffers automatically
au BufEnter * call _agw.close_empty()