commit | 6a7af8e2dbcb768a768831d9e6355c855c215ebc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 25 21:34:26 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 25 21:34:26 2019 +0200 |
tree | bb043e1eac67343184488a7b2900137581b6bfec | |
parent | 5c381eb9e72990e4153045f4911c59b9b2194edd [diff] [blame] |
patch 8.1.1593: filetype not detected for C++ header files without extension Problem: Filetype not detected for C++ header files without extension. Solution: Recognize the file by the Emacs file mode. (Dmitry Ilyin, closes #4593)
diff --git a/src/version.c b/src/version.c index 5514b4b..c25c1ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1593, +/**/ 1592, /**/ 1591,