diff src/version.c @ 17686:853afcc375b2 v8.1.1840

patch 8.1.1840: Testing: WorkingClipboard() is not accurate commit https://github.com/vim/vim/commit/52992feafe8a996fbce29b97ae135abc169aa716 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 12 14:20:33 2019 +0200 patch 8.1.1840: Testing: WorkingClipboard() is not accurate Problem: Testing: WorkingClipboard() is not accurate. Solution: Check feature clipboard_working instead.
author Bram Moolenaar <Bram@vim.org>
date Mon, 12 Aug 2019 14:30:06 +0200
parents e2bfdd281578
children c945f1d03b1c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1840,
+/**/
     1839,
 /**/
     1838,