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 -- Br...@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 ///