Home
last modified time | relevance | path

Searched refs:rcp (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/runtime/plugin/
H A DnetrwPlugin.vim46 …au BufReadCmd ftp://*,rcp://*,scp://*,http://*,https://*,dav://*,davs://*,rsync://*,sftp://* exe…
47 …au FileReadCmd ftp://*,rcp://*,scp://*,http://*,file://*,https://*,dav://*,davs://*,rsync://*,sft…
48 …au BufWriteCmd ftp://*,rcp://*,scp://*,http://*,file://*,dav://*,davs://*,rsync://*,sftp://* ex…
49 …au FileWriteCmd ftp://*,rcp://*,scp://*,http://*,file://*,dav://*,davs://*,rsync://*,sftp://* ex…
51 …au SourceCmd ftp://*,rcp://*,scp://*,http://*,file://*,https://*,dav://*,davs://*,rsync://*,sftp…
53 …au SourcePre ftp://*,rcp://*,scp://*,http://*,file://*,https://*,dav://*,davs://*,rsync://*,sftp…
/vim-8.2.3635/runtime/doc/
H A Dusr_23.txt142 rcp:// uses rcp
147 to be available on your computer. On most Unix systems "ftp" and "rcp" will
H A Dpi_netrw.txt213 rcp: *g:netrw_rcp_cmd* = "rcp"
248 :Nread "machine:path" uses rcp
255 :Nread "rcp://[user@]machine/path" uses rcp
270 :Nwrite "machine:path" uses rcp
275 :Nwrite "rcp://[user@]machine/path" uses rcp
295 :Nsource "rcp://[user@]machine/path" uses rcp
554 vim rcp://[user@]machine/path
623 | rcp://[user@]host/path | rcp://[user@]host/path | rcp |
628 | :Nread rcp://host/path | :Nwrite rcp://host/path | rcp |
947 if a:method == 1 "rcp
[all …]
H A Dtags8805 rcp pi_netrw.txt /*rcp*
H A Dversion6.txt877 Files starting with scp://, rcp://, ftp:// and http:// are recognized as
6869 Problem: The URLs that the netrw plugin recognized for ftp and rcp did not
/vim-8.2.3635/src/
H A Dgui_w32.c296 static void fill_rect(const RECT *rcp, HBRUSH hbr, COLORREF color);
297 static void clear_rect(RECT *rcp);
6081 const RECT *rcp, in fill_rect() argument
6087 DWriteContext_FillRect(s_dwc, rcp, color); in fill_rect()
6097 FillRect(s_hdc, rcp, hbr2); in fill_rect()
6428 clear_rect(RECT *rcp) in clear_rect() argument
6430 fill_rect(rcp, NULL, gui.back_pixel); in clear_rect()
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim273 call s:NetrwInit("g:netrw_rcp_cmd" , "rcp")
296 \ && executable( $SystemRoot .'/system32/rcp.exe')
2089 echomsg ':Nread rcp://[user@]machine/path uses rcp'
2152 " NetRead: (rcp) NetRead Method #1 {{{3
2153 if b:netrw_method == 1 " read with rcp
2514 echomsg ':Nwrite rcp://machine/path uses rcp'
2565 " NetWrite: (rcp) NetWrite Method #1 {{{3
2833 echomsg ':Nsource rcp://[user@]machine/path uses rcp'
3047 " b:netrw_method= 1: rcp
3099 " rcpurm : rcp://[user@]host/filename Use rcp
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_filetype.vim377 \ 'pilrc': ['file.rcp'],
/vim-8.2.3635/runtime/
H A Dfiletype.vim1291 au BufNewFile,BufRead *.rcp setf pilrc