To: vim_dev@googlegroups.com Subject: Patch 9.0.1288 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///