Patch 9.0.1288
Problem: FunC files are not recognized.
Solution: Recognize FunC files. (Amaan Qureshi, closes #11949)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1287/runtime/filetype.vim 2023-02-05 14:47:41.267193231
+0000
--- runtime/filetype.vim 2023-02-06 19:28:42.986986897 +0000
***************
*** 706,711 ****
--- 706,714 ----
" FStab
au BufNewFile,BufRead fstab,mtab setf fstab
+ " Func
+ au BufNewFile,BufRead *.fc setf func
+
" Fusion
au BufRead,BufNewFile *.fusion setf fusion
*** ../vim-9.0.1287/src/testdir/test_filetype.vim 2023-02-05
14:47:41.271193236 +0000
--- src/testdir/test_filetype.vim 2023-02-06 19:28:42.986986897 +0000
***************
*** 209,214 ****
--- 209,215 ----
\ 'fsh': ['file.fsh'],
\ 'fsharp': ['file.fs', 'file.fsi', 'file.fsx'],
\ 'fstab': ['fstab', 'mtab'],
+ \ 'func': ['file.fc'],
\ 'fusion': ['file.fusion'],
\ 'fvwm': ['/.fvwm/file', 'any/.fvwm/file'],
\ 'gdb': ['.gdbinit', 'gdbinit', 'file.gdb', '.config/gdbearlyinit',
'.gdbearlyinit'],
*** ../vim-9.0.1287/src/version.c 2023-02-06 17:46:34.291055620 +0000
--- src/version.c 2023-02-06 19:30:07.226926687 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1288,
/**/
--
I AM THANKFUL...
...for all the complaining I hear about the government
because it means we have freedom of speech.
/// 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/20230206193239.424051C03AF%40moolenaar.net.