Patch 9.0.1348
Problem: Un-grammar files are not recognized.
Solution: Add patterns for Un-grammar files. (Amaan Qureshi, closes #12034)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1347/runtime/filetype.vim 2023-02-23 15:38:45.332355557
+0000
--- runtime/filetype.vim 2023-02-23 20:30:30.108673336 +0000
***************
*** 2208,2213 ****
--- 2208,2216 ----
" Udev symlinks config
au BufNewFile,BufRead */etc/udev/cdsymlinks.conf setf sh
+ " Ungrammar, AKA Un-grammar
+ au BufNewFile,BufRead *.ungram setf ungrammar
+
" UnrealScript
au BufNewFile,BufRead *.uc setf uc
*** ../vim-9.0.1347/src/testdir/test_filetype.vim 2023-02-23
15:38:45.332355557 +0000
--- src/testdir/test_filetype.vim 2023-02-23 20:28:43.736789872 +0000
***************
*** 608,613 ****
--- 608,614 ----
\ 'typescript': ['file.mts', 'file.cts'],
\ 'typescript.glimmer': ['file.gts'],
\ 'typescriptreact': ['file.tsx'],
+ \ 'ungrammar': ['file.ungram'],
\ 'uc': ['file.uc'],
\ 'udevconf': ['/etc/udev/udev.conf', 'any/etc/udev/udev.conf'],
\ 'udevperm': ['/etc/udev/permissions.d/file.permissions',
'any/etc/udev/permissions.d/file.permissions'],
*** ../vim-9.0.1347/src/version.c 2023-02-23 20:12:59.222636019 +0000
--- src/version.c 2023-02-23 20:29:50.980715202 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1348,
/**/
--
hundred-and-one symptoms of being an internet addict:
172. You join listservers just for the extra e-mail.
/// 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/20230223203139.C7AA71C0857%40moolenaar.net.