Patch 9.0.0042
Problem: Missing change for filetype detection.
Solution: Include change to detect guile from shebang line.
Files: runtime/autoload/dist/script.vim
*** ../vim-9.0.0041/runtime/autoload/dist/script.vim 2022-06-16
13:24:39.000000000 +0100
--- runtime/autoload/dist/script.vim 2022-07-02 18:56:08.085506300 +0100
***************
*** 193,198 ****
--- 193,202 ----
elseif name =~ 'icon\>'
set ft=icon
+ # Guile
+ elseif name =~ 'guile'
+ set ft=scheme
+
endif
enddef
*** ../vim-9.0.0041/src/version.c 2022-07-05 18:42:52.301725360 +0100
--- src/version.c 2022-07-05 21:56:09.761206689 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 42,
/**/
--
hundred-and-one symptoms of being an internet addict:
56. You leave the modem speaker on after connecting because you think it
sounds like the ocean wind...the perfect soundtrack for "surfing the net".
/// 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/20220705205703.800021C1342%40moolenaar.net.