commit | 3b8fcd945c5f0ee104eaabcf969fb6f973e79c77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 20:14:12 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 20:14:12 2015 +0100 |
tree | 84b0a2974507748f428a616e965c4d35cfd5de1f | |
parent | f609dcf8c1094f6fc95f4fc36321a1fb08a7110c [diff] |
patch 7.4.955 Problem: Vim doesn't recognize .pl6 and .pod6 files. Solution: Recognize them as perl6 and pod6. (Mike Eve, closes #511)
diff --git a/src/version.c b/src/version.c index b459c87..1e63222 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 955, +/**/ 954, /**/ 953,