Skip to content

Commit 2d9ea84

Browse files
author
Yatao Li
committed
fix #228
1 parent 8c732f9 commit 2d9ea84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fvim.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ let g:clipboard = {
99
\ '*': {-> rpcrequest(g:fvim_channel, 'get-clipboard')},
1010
\ }
1111
\ }
12+
if exists('g:loaded_clipboard_provider')
13+
unlet g:loaded_clipboard_provider
14+
runtime autoload/provider/clipboard.vim
15+
endif
1216

1317
command! -nargs=0 FVimDetach call rpcnotify(g:fvim_channel, 'remote.detach')
1418
command! -nargs=0 FVimToggleFullScreen call rpcnotify(g:fvim_channel, 'ToggleFullScreen')

0 commit comments

Comments
 (0)