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