commit | 24482fbfd599d2273c48951df7d00d62f3e66c85 | [log] [tgz] |
---|---|---|
author | Eisuke Kawashima <e-kwsm@users.noreply.github.com> | Thu Nov 24 10:58:10 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 10:58:10 2022 +0000 |
tree | 7867cb0859f5758b3a3d8e9635bd210f93a97144 | |
parent | 24fe33a83a5130a5369f06d88000a3a0590a59ec [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 55f363f..42a7e46 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 935, +/**/ 934, /**/ 933,