Patch 9.0.1393
Problem:    Cairo files are not recognized.
Solution:   Add a pattern for Cairo files. (Amaan Qureshi, closes #12118)
Files:      runtime/filetype.vim, src/testdir/test_filetype.vim


*** ../vim-9.0.1392/runtime/filetype.vim        2023-03-02 12:51:15.074678591 
+0000
--- runtime/filetype.vim        2023-03-08 16:36:16.509991812 +0000
***************
*** 277,282 ****
--- 277,285 ----
  au BufNewFile,BufRead *.c                     call dist#ft#FTlpc()
  au BufNewFile,BufRead *.lpc,*.ulpc            setf lpc
  
+ " Cairo
+ au BufNewFile,BufRead *.cairo                 setf cairo
+ 
  " Calendar
  au BufNewFile,BufRead calendar                        setf calendar
  
*** ../vim-9.0.1392/src/testdir/test_filetype.vim       2023-03-02 
12:51:15.074678591 +0000
--- src/testdir/test_filetype.vim       2023-03-08 16:36:16.513991826 +0000
***************
*** 96,101 ****
--- 96,102 ----
      \ 'cabal': ['file.cabal'],
      \ 'cabalconfig': ['cabal.config'],
      \ 'cabalproject': ['cabal.project', 'cabal.project.local'],
+     \ 'cairo': ['file.cairo'],
      \ 'calendar': ['calendar', '/.calendar/file', 
'/share/calendar/any/calendar.file', '/share/calendar/calendar.file', 
'any/share/calendar/any/calendar.file', 'any/share/calendar/calendar.file'],
      \ 'capnp': ['file.capnp'],
      \ 'catalog': ['catalog', 'sgml.catalogfile', 'sgml.catalog', 
'sgml.catalog-file'],
*** ../vim-9.0.1392/src/version.c       2023-03-07 21:04:58.329770231 +0000
--- src/version.c       2023-03-08 16:37:37.082281644 +0000
***************
*** 697,698 ****
--- 697,700 ----
  {   /* Add new patch number below this line */
+ /**/
+     1393,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
245. You use Real Audio to listen to a radio station from a distant
     city rather than turn on your stereo system.

 /// 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/20230308163954.7C19F1C1450%40moolenaar.net.

Raspunde prin e-mail lui