Mercurial > vim
comparison src/version.c @ 18137:5a5e9eed6029 v8.1.2063
patch 8.1.2063: some tests fail when +balloon_eval_term is missing
Commit: https://github.com/vim/vim/commit/1e82a784ace6d2c4dce594dd6156bcb0028bba9e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Sep 21 22:57:06 2019 +0200
patch 8.1.2063: some tests fail when +balloon_eval_term is missing
Problem: Some tests fail when +balloon_eval_term is missing but
_balloon_eval is present. (Dominique Pelle)
Solution: Check the right feature in the test. (closes #4962)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 21 Sep 2019 23:00:04 +0200 |
parents | 1868ec23360e |
children | 59bc3cd42cf5 |
comparison
equal
deleted
inserted
replaced
18136:ab2c97df5d08 | 18137:5a5e9eed6029 |
---|---|
755 NULL | 755 NULL |
756 }; | 756 }; |
757 | 757 |
758 static int included_patches[] = | 758 static int included_patches[] = |
759 { /* Add new patch number below this line */ | 759 { /* Add new patch number below this line */ |
760 /**/ | |
761 2063, | |
760 /**/ | 762 /**/ |
761 2062, | 763 2062, |
762 /**/ | 764 /**/ |
763 2061, | 765 2061, |
764 /**/ | 766 /**/ |