mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 9.1.1634: Clipboard code can be improved
Problem: Clipboard code can be improved Solution: Slightly refactor code (Foxe Chen). This commit does the following: - Use garray_T when receiving data instead of manually reallocing - formatting fixes - skip Wayland test that requires clientserver if x11 not compiled - Make some functions static closes: #17999 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
ade0815856
commit
126bc4690f
@@ -719,6 +719,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1634,
|
||||
/**/
|
||||
1633,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user