Patch 9.0.1274

2 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 2, 2023, 8:30:50 AM2/2/23
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages