23 lines
380 B
Text
23 lines
380 B
Text
|
" Test: vim-fakeclip clipboard-x
|
||
|
runtime! plugin/fakeclip.vim
|
||
|
call vspec#hint({
|
||
|
\ 'scope': 'fakeclip#_local_variables()',
|
||
|
\ 'sid': 'fakeclip#_sid_prefix()',
|
||
|
\ })
|
||
|
function s:describe__s_read_clipboard__on_x() "{{{1
|
||
|
" FIXME
|
||
|
endfunction
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
function s:describe__s_write_clipboard__on_x() "{{{1
|
||
|
" FIXME
|
||
|
endfunction
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
" __END__ "{{{1
|
||
|
" vim: filetype=vim foldmethod=marker
|