diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-03-30 21:41:48 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-03-30 21:41:48 +0100 |
commit | 5209334c551778fe6f76945f373ee14fcac96f52 (patch) | |
tree | be26502b2993ea8ead7cbcbbabbc8c2e5bfd2cf4 /src/version.c | |
parent | 96428dd4e961332e97d86013a321cedf5fafbed6 (diff) | |
download | vim-git-8.1.1094.tar.gz |
patch 8.1.1094: long line in tags file causes errorv8.1.1094
Problem: Long line in tags file causes error.
Solution: Check for overlong line earlier. (Andy Massimino, closes #4051,
closes #4084)
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 6287c79d7..9ba9e92d0 100644 --- a/src/version.c +++ b/src/version.c @@ -772,6 +772,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1094, +/**/ 1093, /**/ 1092, |