commit | 0554fa478d27c611d23a814c987eb66f9daae6f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 21:36:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 21:36:54 2019 +0200 |
tree | f1dc359a778da461f7d32e20aa6f4e50ee0df530 | |
parent | f42397c395ec8ff2dffef914805b4d9cbf1d600b [diff] [blame] |
patch 8.1.1531: clipboard type name is inconsistent Problem: Clipboard type name is inconsistent. Solution: Rename VimClipboard to Clipboard_T.
diff --git a/src/version.c b/src/version.c index 510587b..d252a14 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1531, +/**/ 1530, /**/ 1529,