diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-24 16:46:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-24 16:46:01 +0200 |
commit | 8239c62067c8d40720560496b25a82662126f2a2 (patch) | |
tree | fdea52ee222440a10e2ee7c3e938d50d557f3f81 /src/version.c | |
parent | 701ff0a3e53d253d7300c385e582659bbff7860d (diff) | |
download | vim-git-8.1.1379.tar.gz |
patch 8.1.1379: filechanged test hangsv8.1.1379
Problem: Filechanged test hangs.
Solution: Do not check 'autoread'.
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 e544f9bd3..60e6c82f4 100644 --- a/src/version.c +++ b/src/version.c @@ -768,6 +768,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1379, +/**/ 1378, /**/ 1377, |