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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202007251453.06PEruXv334537%40masaka.moolenaar.net.