mirror of
https://github.com/amix/vimrc
synced 2025-07-12 06:05:01 +08:00
rename vim_plugins_src to vim_plugin_candinates_src and used as an plugin candinate dir
This commit is contained in:
127
vim_plugin_candinates_src/vim-fakeclip-0.2.10/test/misc.input
Normal file
127
vim_plugin_candinates_src/vim-fakeclip-0.2.10/test/misc.input
Normal file
@ -0,0 +1,127 @@
|
||||
" Test: vim-fakeclip misc
|
||||
runtime! plugin/fakeclip.vim
|
||||
call vspec#hint({
|
||||
\ 'scope': 'fakeclip#_local_variables()',
|
||||
\ 'sid': 'fakeclip#_sid_prefix()',
|
||||
\ })
|
||||
function s:describe__fakeclip_clipboard_yank() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__fakeclip_content() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__fakeclip_put() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__fakeclip_screen_yank() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__fakeclip_yank() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__fakeclip_yank_Y() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_count() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_read_clipboard_unknown() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_read_screen__if_unavailable() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_restore_register() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_save_register() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_select_last_motion__with_char() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_select_last_motion__with_line() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_select_last_motion__with_block() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_select_last_motion__with_visual() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_write_clipboard_unknown() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
function s:describe__s_write_screen__if_unavailable() "{{{1
|
||||
" FIXME: NIY
|
||||
endfunction
|
||||
|
||||
|
||||
|
||||
|
||||
" __END__ "{{{1
|
||||
" vim: filetype=vim foldmethod=marker
|
Reference in New Issue
Block a user