kana / vim-fakeclip

Vim plugin: Provide pseudo "clipboard" registers
http://www.vim.org/scripts/script.php?script_id=2098
180 stars 37 forks source link

add variable 'g:fakeclip_always_provide_clipboard_mappings' #10

Closed tyru closed 10 years ago

tyru commented 11 years ago

Please provide a way for a user to fakeclip's clipboard mappings even if has('clipboard') == 1 .

It is useful for a user who disables clipboard access like the followings:

" When running on terminal, use |clipboard-exclude|
" to disable connecting to X server
" not to be killed with X server.
if !has('gui_running')
    set clipboard+=exclude:.*
endif
tyru commented 11 years ago

Added the help.

Anyway, sorry for too long variable name... Please change it to suit yourself.

tyru commented 10 years ago

thanks! 2014/05/17 17:33 "Kana Natsuno" notifications@github.com:

Closed #10 https://github.com/kana/vim-fakeclip/pull/10 via 9425ce9https://github.com/kana/vim-fakeclip/commit/9425ce92deac1ff54ee4de221e9e80337dcadf1d .

— Reply to this email directly or view it on GitHubhttps://github.com/kana/vim-fakeclip/pull/10#event-122137836 .