diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-29 21:14:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-29 21:14:42 +0200 |
commit | eee9f65b2a213e9031f172d9d3b22adad6cb985d (patch) | |
tree | c1d4d6673d9909cc8f0bac2b924f51bcabdebb51 /src/version.c | |
parent | 3c610c96389bbb5f0fc83f0a515fc8f1b7f515e4 (diff) | |
download | vim-git-8.1.1775.tar.gz |
patch 8.1.1775: error message may be empty in filetype testv8.1.1775
Problem: Error message may be empty in filetype test.
Solution: Use v:exception instead. (Daniel Hahler, closs #4744)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 8a3923ee2..1043275a7 100644 --- a/src/version.c +++ b/src/version.c @@ -778,6 +778,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1775, +/**/ 1774, /**/ 1773, |