Patch 8.2.4849
Problem: Gleam filetype not detected.
Solution: Add a pattern for Gleam files. (Mathias Jean Johansen,
closes #10326)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-8.2.4848/runtime/filetype.vim 2022-04-25 17:40:39.796669963
+0100
--- runtime/filetype.vim 2022-04-30 15:07:16.784505126 +0100
***************
*** 719,724 ****
--- 719,727 ----
" Gkrellmrc
au BufNewFile,BufRead gkrellmrc,gkrellmrc_? setf gkrellmrc
+ " Gleam
+ au BufNewFile,BufRead *.gleam setf gleam
+
" GLSL
au BufNewFile,BufRead *.glsl setf glsl
*** ../vim-8.2.4848/src/testdir/test_filetype.vim 2022-04-25
17:40:39.796669963 +0100
--- src/testdir/test_filetype.vim 2022-04-30 15:07:16.784505126 +0100
***************
*** 211,216 ****
--- 211,217 ----
\ 'gitrebase': ['git-rebase-todo'],
\ 'gitsendemail': ['.gitsendemail.msg.xxxxxx'],
\ 'gkrellmrc': ['gkrellmrc', 'gkrellmrc_x'],
+ \ 'gleam': ['file.gleam'],
\ 'glsl': ['file.glsl'],
\ 'gnash': ['gnashrc', '.gnashrc', 'gnashpluginrc', '.gnashpluginrc'],
\ 'gnuplot': ['file.gpi', '.gnuplot'],
*** ../vim-8.2.4848/src/version.c 2022-04-30 15:02:17.900266675 +0100
--- src/version.c 2022-04-30 15:08:49.724519126 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4849,
/**/
--
>From "know your smileys":
|-P Reaction to unusually ugly C code
/// 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/20220430151137.297B61C191E%40moolenaar.net.