]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0965: filetype: sh filetype set when detecting the use of bash v9.1.0965
authorLuca Saccarola <github.e41mv@aleeas.com>
Fri, 27 Dec 2024 15:08:14 +0000 (16:08 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 27 Dec 2024 15:08:14 +0000 (16:08 +0100)
commitb9b762c21f2b61e0e7d8fee43d4d3dc8ecffd721
treebbf83952e5f81ee3c0953298f420acfcce398144
parent0a3b9fb5c2358a38f931350e0a996d584d903ce6
patch 9.1.0965: filetype: sh filetype set when detecting the use of bash

Problem:  filetype: sh filetype set when detecting the use of bash
Solution: when bash is detected, use 'bash' filetype instead
          (Luca Saccarola)

closes: #16309

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/dist/ft.vim
src/testdir/test_filetype.vim
src/version.c