To: vim_dev@googlegroups.com Subject: Patch 8.2.1292 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1292 Problem: AIDL filetype not recognized. Solution: Add filetype detection. (Dominique Pellé, closes #6533) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-8.2.1291/runtime/filetype.vim 2020-06-26 20:23:40.203927534 +0200 --- runtime/filetype.vim 2020-07-25 16:51:17.327063001 +0200 *************** *** 88,93 **** --- 88,96 ---- " AHDL au BufNewFile,BufRead *.tdf setf ahdl + " AIDL + au BufNewFile,BufRead *.aidl setf aidl + " AMPL au BufNewFile,BufRead *.run setf ampl *** ../vim-8.2.1291/src/testdir/test_filetype.vim 2020-06-26 20:23:40.203927534 +0200 --- src/testdir/test_filetype.vim 2020-07-25 16:51:17.327063001 +0200 *************** *** 54,59 **** --- 54,60 ---- \ 'acedb': ['file.wrm'], \ 'ada': ['file.adb', 'file.ads', 'file.ada', 'file.gpr'], \ 'ahdl': ['file.tdf'], + \ 'aidl': ['file.aidl'], \ 'alsaconf': ['.asoundrc', '/usr/share/alsa/alsa.conf', '/etc/asound.conf'], \ 'aml': ['file.aml'], \ 'ampl': ['file.run'], *** ../vim-8.2.1291/src/version.c 2020-07-25 16:32:58.679704392 +0200 --- src/version.c 2020-07-25 16:52:20.318816258 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1292, /**/ -- If your nose runs, and your feet smell, you might be upside down. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///