mirror of
https://github.com/vim/vim.git
synced 2025-10-22 08:34:29 -04:00
patch 9.1.1857: Missing clipboard provider support
Problem: Missing clipboard provider support (lilydjwg) Solution: Add clipboard provider feature (Foxe Chen) fixes: #12419 closes: #17998 Signed-off-by: Foxe Chen <chen.foxe@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
1a09f11f5d
commit
67860efe5b
@@ -2256,7 +2256,8 @@ typedef int sock_T;
|
||||
#define VV_CLIPMETHOD 113
|
||||
#define VV_TERMDA1 114
|
||||
#define VV_TERMOSC 115
|
||||
#define VV_LEN 116 // number of v: vars
|
||||
#define VV_CLIPPROVIDERS 116
|
||||
#define VV_LEN 117 // number of v: vars
|
||||
|
||||
// used for v_number in VAR_BOOL and VAR_SPECIAL
|
||||
#define VVAL_FALSE 0L // VAR_BOOL
|
||||
@@ -2318,6 +2319,7 @@ typedef enum {
|
||||
CLIPMETHOD_X11,
|
||||
CLIPMETHOD_GUI,
|
||||
CLIPMETHOD_OTHER,
|
||||
CLIPMETHOD_PROVIDER
|
||||
} clipmethod_T;
|
||||
|
||||
// Info about selected text
|
||||
|
Reference in New Issue
Block a user