diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-17 14:12:02 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-17 14:12:02 +0100 |
commit | e299bbdf6e7edd633501b7a0e11c349c703c361b (patch) | |
tree | 1245b81d916a6a7a0eba4883b026aa385df02988 /src/version.c | |
parent | 617d7ef0462e86ec946d8932e4d157e65bbc9aa8 (diff) | |
download | vim-git-e299bbdf6e7edd633501b7a0e11c349c703c361b.tar.gz |
patch 8.1.0761: default value for brief_wait is wrongv8.1.0761
Problem: Default value for brief_wait is wrong.
Solution: Make the default FALSE. (Ozaki Kiichi, closes #3812, closes #3799)
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 40e4bf300..473d74af1 100644 --- a/src/version.c +++ b/src/version.c @@ -796,6 +796,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 761, +/**/ 760, /**/ 759, |