vim: also use .i files for asm

master
an 2019-08-04 18:53:51 -04:00
parent 186e1b2ff4
commit 07ac364981
1 changed files with 1 additions and 1 deletions

View File

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