commit | 52992feafe8a996fbce29b97ae135abc169aa716 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 12 14:20:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 12 14:20:33 2019 +0200 |
tree | 5014ee45b2454708432e0735929b972d72cf84b2 | |
parent | 0b5dc644465c549ac54fe3c4ad232dd692000d26 [diff] [blame] |
patch 8.1.1840: Testing: WorkingClipboard() is not accurate Problem: Testing: WorkingClipboard() is not accurate. Solution: Check feature clipboard_working instead.
diff --git a/src/version.c b/src/version.c index aa44fb0..8e79926 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1840, +/**/ 1839, /**/ 1838,