commit | 0ba407012c63064f03f1a5677677d4da423e5a73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 14:50:54 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 14:50:54 2016 +0200 |
tree | 9e61876aa9abd9519c605d1d00f5cccbf1a9ddc9 | |
parent | cea912af725c54f4727a0565e31661f6b29c6bb1 [diff] [blame] |
patch 8.0.0030 Problem: Mouse mode is not automatically detected for tmux. Solution: Check for 'term' to be "tmux". (Michael Henry)
diff --git a/src/version.c b/src/version.c index b6bad04..07b3da7 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 30, +/**/ 29, /**/ 28,