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


*** ../vim-9.0.1394/runtime/filetype.vim        2023-03-08 19:55:46.486782100 
+0000
--- runtime/filetype.vim        2023-03-08 20:33:02.846052747 +0000
***************
*** 1402,1407 ****
--- 1402,1410 ----
  " Octave
  au BufNewFile,BufRead octave.conf,.octaverc,octaverc  setf octave
  
+ " Odin
+ au BufNewFile,BufRead *.odin                  setf odin
+ 
  " Omnimark
  au BufNewFile,BufRead *.xom,*.xin             setf omnimark
  
*** ../vim-9.0.1394/src/testdir/test_filetype.vim       2023-03-08 
19:55:46.486782100 +0000
--- src/testdir/test_filetype.vim       2023-03-08 20:33:02.846052747 +0000
***************
*** 414,419 ****
--- 414,420 ----
      \ 'ocaml': ['file.ml', 'file.mli', 'file.mll', 'file.mly', '.ocamlinit', 
'file.mlt', 'file.mlp', 'file.mlip', 'file.mli.cppo', 'file.ml.cppo'],
      \ 'occam': ['file.occ'],
      \ 'octave': ['octaverc', '.octaverc', 'octave.conf'],
+     \ 'odin': ['file.odin'],
      \ 'omnimark': ['file.xom', 'file.xin'],
      \ 'opam': ['opam', 'file.opam', 'file.opam.template'],
      \ 'openroad': ['file.or'],
*** ../vim-9.0.1394/src/version.c       2023-03-08 19:55:46.486782100 +0000
--- src/version.c       2023-03-08 20:33:47.581994086 +0000
***************
*** 697,698 ****
--- 697,700 ----
  {   /* Add new patch number below this line */
+ /**/
+     1395,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
247. You use www.switchboard.com instead of dialing 411 and 555-12-12
     for directory assistance.

 /// 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/20230308203747.8FA6A1C1262%40moolenaar.net.

Raspunde prin e-mail lui