To: vim_dev@googlegroups.com Subject: Patch 9.0.0042 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///