1
0
forked from aniani/vim

patch 9.0.0935: when using dash it may not be recognize as filetype "sh"

Problem:    When using dash it may not be recognize as filetype "sh".
Solution:   Add checks for "dash". (Eisuke Kawashima,closes #11600)
This commit is contained in:
Eisuke Kawashima
2022-11-24 10:58:10 +00:00
committed by Bram Moolenaar
parent 24fe33a83a
commit 24482fbfd5
4 changed files with 13 additions and 3 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
935,
/**/
934,
/**/