Patch 8.2.3087
Problem: Gemtext files are not recognized.
Solution: Recognize .gmi and .gemini files. (closes #8427)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-8.2.3086/runtime/filetype.vim 2021-07-03 13:04:21.831015567
+0200
--- runtime/filetype.vim 2021-07-03 13:45:47.990560024 +0200
***************
*** 650,655 ****
--- 650,658 ----
" Gedcom
au BufNewFile,BufRead *.ged,lltxxxxx.txt setf gedcom
+ " Gemtext
+ au BufNewFile,BufRead *.gmi,*.gemini setf gemtext
+
" Gift (Moodle)
autocmd BufRead,BufNewFile *.gift setf gift
*** ../vim-8.2.3086/src/testdir/test_filetype.vim 2021-07-03
13:04:21.831015567 +0200
--- src/testdir/test_filetype.vim 2021-07-03 13:47:30.582367438 +0200
***************
*** 192,197 ****
--- 192,198 ----
\ 'gdb': ['.gdbinit'],
\ 'gdmo': ['file.mo', 'file.gdmo'],
\ 'gedcom': ['file.ged', 'lltxxxxx.txt', '/tmp/lltmp', '/tmp/lltmp-file',
'any/tmp/lltmp', 'any/tmp/lltmp-file'],
+ \ 'gemtext': ['file.gmi', 'file.gemini'],
\ 'gift': ['file.gift'],
\ 'gitcommit': ['COMMIT_EDITMSG', 'MERGE_MSG', 'TAG_EDITMSG'],
\ 'gitconfig': ['file.git/config', '.gitconfig', '.gitmodules',
'file.git/modules//config', '/.config/git/config', '/etc/gitconfig',
'/etc/gitconfig.d/file', '/.gitconfig.d/file', 'any/.config/git/config',
'any/.gitconfig.d/file', 'some.git/config', 'some.git/modules/any/config'],
*** ../vim-8.2.3086/src/version.c 2021-07-03 13:36:27.871600408 +0200
--- src/version.c 2021-07-03 13:51:24.245927333 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3087,
/**/
--
hundred-and-one symptoms of being an internet addict:
81. At social functions you introduce your husband as "my domain server."
/// 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/202107031152.163BqFR02242810%40masaka.moolenaar.net.