commit | 07188fc5ef2366a3b1952e8686a4031b44152d59 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 05 20:03:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 05 20:03:16 2020 +0200 |
tree | c6d6b8c9de203a2e5971fb5ac8e30220a6f3a600 | |
parent | ea563cc22be043ff91dcbdf2878c3d1fd944e573 [diff] [blame] |
patch 8.2.0907: when using :global clipboard isn't set correctly Problem: When using :global clipboard isn't set correctly. Solution: Set "clip_unnamed_saved" instead of "clip_unnamed". (Christian Brabandt, closes #6203, closes #6198)
diff --git a/src/version.c b/src/version.c index 0530106..3fccc70 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 907, +/**/ 906, /**/ 905,