diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-10-15 19:28:13 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-10-15 19:28:13 +0200 |
| commit | 0a9046fbcb33770517ab0220b8100c4494bddab2 (patch) | |
| tree | 01b083530330ab35d6ac8e74d67707fdbaac6f24 /src/version.c | |
| parent | 97792de2762cc79cc365a8a0b858f27753179577 (diff) | |
| download | vim-git-0a9046fbcb33770517ab0220b8100c4494bddab2.tar.gz | |
patch 8.0.0037v8.0.0037
Problem: Get E924 when switching tabs. ()
Solution: Use win_valid_any_tab() instead of win_valid(). (Martin Vuille,
closes #1167, closes #1171)
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 61e6979d5..95115f823 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 37, +/**/ 36, /**/ 35, |
