commit | 8323cab31c3120a7f80cf3271a506a30ec04d99e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 15:25:56 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 24 15:25:56 2021 +0100 |
tree | 88786894a7d1c42418620405ae7fd1305a9afa2a | |
parent | f002a41d127d49cfe5a59819d1498bc0ff8b594a [diff] [blame] |
patch 8.2.2402: some filetypes not detected Problem: Some filetypes not detected. Solution: Detect Ruby Signature and Puppet related files. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index 8786933..1a7994b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2402, +/**/ 2401, /**/ 2400,