We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c732f9 commit 2d9ea84Copy full SHA for 2d9ea84
fvim.vim
@@ -9,6 +9,10 @@ let g:clipboard = {
9
\ '*': {-> rpcrequest(g:fvim_channel, 'get-clipboard')},
10
\ }
11
12
+if exists('g:loaded_clipboard_provider')
13
+ unlet g:loaded_clipboard_provider
14
+ runtime autoload/provider/clipboard.vim
15
+endif
16
17
command! -nargs=0 FVimDetach call rpcnotify(g:fvim_channel, 'remote.detach')
18
command! -nargs=0 FVimToggleFullScreen call rpcnotify(g:fvim_channel, 'ToggleFullScreen')
0 commit comments