vim: fix wonky BufEnter autocmd

master
an 2019-08-15 23:38:22 -04:00
parent 06a2cc5de8
commit 2188c7dd37
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ endif
au FileType markdown set comments+=fb:- comments-=b:- indentexpr=
" ASM options
au BufEnter *.asm,*.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()