commit | 2b00b9b0f355421fdb49e3a15f5a62af657d1922 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 17 17:08:27 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 17 17:08:27 2019 +0200 |
tree | 03642447c786c3652ecb924f6fbeb0e3495ef9fa | |
parent | 113bf0672b114af5800fa642bcd09f674758e5d5 [diff] [blame] |
patch 8.1.1181: tests for mouse clicks are a bit flaky Problem: Tests for mouse clicks are a bit flaky when run in an interactive terminal. Solution: Use "xterm2" instead of "xterm" for 'ttymouse' to avoid spurious drag events.
diff --git a/src/version.c b/src/version.c index d6a3940..cef19e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1181, +/**/ 1180, /**/ 1179,