Patch 9.0.1291
Problem:    Move language files are not recognized.
Solution:   Recognize Move language files. (Amaan Qureshi, closes #11947)
Files:      runtime/filetype.vim, src/testdir/test_filetype.vim


*** ../vim-9.0.1290/runtime/filetype.vim        2023-02-06 19:32:03.751105251 
+0000
--- runtime/filetype.vim        2023-02-07 19:34:41.942513585 +0000
***************
*** 1267,1272 ****
--- 1267,1275 ----
  " Larch/Modula-3
  au BufNewFile,BufRead *.lm3                   setf modula3
  
+ " Modconf
+ au BufNewFile,BufRead */etc/modules.conf,*/etc/modules,*/etc/conf.modules 
setf modconf
+ 
  " Monk
  au BufNewFile,BufRead *.isc,*.monk,*.ssc,*.tsc        setf monk
  
***************
*** 1276,1283 ****
  " Moonscript
  au BufNewFile,BufRead *.moon                  setf moonscript
  
! " Modconf
! au BufNewFile,BufRead */etc/modules.conf,*/etc/modules,*/etc/conf.modules 
setf modconf
  
  " MPD is based on XML
  au BufNewFile,BufRead *.mpd                   setf xml
--- 1279,1286 ----
  " Moonscript
  au BufNewFile,BufRead *.moon                  setf moonscript
  
! " Move language
! au BufNewFile,BufRead *.move                  setf move
  
  " MPD is based on XML
  au BufNewFile,BufRead *.mpd                   setf xml
*** ../vim-9.0.1290/src/testdir/test_filetype.vim       2023-02-06 
19:32:03.751105251 +0000
--- src/testdir/test_filetype.vim       2023-02-07 19:35:45.578409905 +0000
***************
*** 380,385 ****
--- 380,386 ----
      \ 'monk': ['file.isc', 'file.monk', 'file.ssc', 'file.tsc'],
      \ 'moo': ['file.moo'],
      \ 'moonscript': ['file.moon'],
+     \ 'move': ['file.move'],
      \ 'mp': ['file.mp', 'file.mpxl', 'file.mpiv', 'file.mpvi'],
      \ 'mplayerconf': ['mplayer.conf', '/.mplayer/config', 
'any/.mplayer/config'],
      \ 'mrxvtrc': ['mrxvtrc', '.mrxvtrc'],
*** ../vim-9.0.1290/src/version.c       2023-02-06 20:58:03.436471937 +0000
--- src/version.c       2023-02-07 19:36:45.138317846 +0000
***************
*** 697,698 ****
--- 697,700 ----
  {   /* Add new patch number below this line */
+ /**/
+     1291,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
92. It takes you two hours to check all 14 of your mailboxes.

 /// 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/20230207193856.07CB11C2483%40moolenaar.net.

Raspunde prin e-mail lui