Patch 9.0.1274
Problem: FIRRTL files are not recognized.
Solution: Add a pattern for FIRRTL files. (Amaan Qureshi, closes #11931)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1273/runtime/filetype.vim 2023-02-01 15:31:20.267541980
+0000
--- runtime/filetype.vim 2023-02-02 13:27:37.723250152 +0000
***************
*** 671,676 ****
--- 671,679 ----
" Fetchmail RC file
au BufNewFile,BufRead .fetchmailrc setf fetchmail
+ " FIRRTL - Flexible Internal Representation for RTL
+ au BufNewFile,BufRead *.fir setf firrtl
+
" Fish shell
au BufNewFile,BufRead *.fish setf fish
*** ../vim-9.0.1273/src/testdir/test_filetype.vim 2023-02-01
15:31:20.271541983 +0000
--- src/testdir/test_filetype.vim 2023-02-02 13:27:13.659276938 +0000
***************
*** 197,202 ****
--- 197,203 ----
\ 'fennel': ['file.fnl'],
\ 'fetchmail': ['.fetchmailrc'],
\ 'fgl': ['file.4gl', 'file.4gh', 'file.m4gl'],
+ \ 'firrtl': ['file.fir'],
\ 'fish': ['file.fish'],
\ 'focexec': ['file.fex', 'file.focexec'],
\ 'form': ['file.frm'],
*** ../vim-9.0.1273/src/version.c 2023-02-01 17:33:14.863435888 +0000
--- src/version.c 2023-02-02 13:28:35.275185759 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1274,
/**/
--
>From "know your smileys":
:~) A man with a tape recorder up his nose
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20230202133042.53C4B1C0903%40moolenaar.net.