Disable gtk clipboard by default as it does not support PRIMARY

This commit is contained in:
daa 2018-01-01 18:52:55 +03:00
parent b88159630d
commit 43755c8f24
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if !has('nvim') || exists('g:GuiLoaded')
endif
let g:GuiLoaded = 1
if !exists('g:GuiExternalClipboard')
if exists('g:GuiInternalClipboard')
function! provider#clipboard#Call(method, args) abort
if a:method == 'get'
return [rpcrequest(1, 'Gui', 'Clipboard', 'Get'), 'v']