summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-04-15 20:55:31 +0200
committerBram Moolenaar <Bram@vim.org>2019-04-15 20:55:31 +0200
commite3e3828f935392bb3c2147a000db1c7b094a4360 (patch)
treedc4b324b1817158538103f95b76c11c18797daa2 /src/version.c
parent8dc4c7292364d31cfb8afa8a67984b78b657b192 (diff)
downloadvim-git-e3e3828f935392bb3c2147a000db1c7b094a4360.tar.gz
patch 8.1.1175: no test for dragging a tab and double click for new tabv8.1.1175
Problem: No test for dragging a tab with the mouse and for creating a new tab by double clicking in the tabline. Solution: Add two tests. (Dominique Pelle, closes #4258)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 54c15f310..fb355563d 100644
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1175,
+/**/
1174,
/**/
1173,