Home
last modified time | relevance | path

Searched refs:ftp (Results 1 – 25 of 102) sorted by relevance

12345

/vim-8.2.3635/runtime/doc/
H A Dpi_netrw.txt206 ftp: *g:netrw_ftp_cmd* = "ftp"
253 :Nread "ftp://[user@]machine[[:#]port]/path" uses ftp w/ <.netrc>
274 :Nwrite "ftp://[user@]machine[[:#]port]/path" uses ftp w/ <.netrc>
611 | ftp://[user@]host/path | ftp://[user@]host/path | ftp (*2) |
612 | :Nread ftp://host/path | :Nwrite ftp://host/path | ftp+.netrc |
845 b:netrw_method Index indicating rcp/ftp+.netrc/ftp
900 ftp reads.
1002 ftp. The protocol in the url, if it is ftp, will cause netrw also to use ftp
1014 vim ftp://ftp.home.vim.org/pub/vim/
1022 ftp, see |netrw-netrc| (if your ftp supports it).
[all …]
H A Dtest_urls.vim24 let pat='\(https\?\|ftp\)://[^\t* ]\+'
46 silent! g/ftp://,$/d
H A Dusr_90.txt62 ftp://ftp.vim.org/pub/vim/MIRRORS ~
64 Or use the home site ftp.vim.org, if you think it's fast enough. Go to the
217 ftp://ftp.vim.org/pub/vim/MIRRORS ~
219 Or use the home site ftp.vim.org, if you think it's fast enough. Go to the
H A Dusr_23.txt121 ftp://ftp.vim.org/pub/vim/README ~
141 ftp:// uses ftp
147 to be available on your computer. On most Unix systems "ftp" and "rcp" will
H A Dos_vms.txt36 You can download the Vim source code by ftp from the official Vim site:
37 ftp://ftp.vim.org/pub/vim/
39 ftp://ftp.vim.org/pub/vim/MIRRORS
43 ftp://ftp.polarhome.com/pub/vim/
512 you can get in trouble if you ftp that file(s): VMS has different end-of-line
H A Dos_amiga.txt119 ftp://ftp.vim.org/pub/vim/amiga/vim62rt.tgz
/vim-8.2.3635/runtime/autoload/
H A Dspellfile.vim7 " thus we can't use the alias ftp.vim.org here.
8 let g:spellfile_URL = 'https://ftp.nluug.nl/pub/vim/runtime/spell'
166 if g:spellfile_URL =~ '^ftp://'
167 " for an ftp server use a default login and password to avoid a prompt
168 let machine = substitute(g:spellfile_URL, 'ftp://\([^/]*\).*', '\1', '')
169 let dir = substitute(g:spellfile_URL, 'ftp://[^/]*/\(.*\)', '\1', '')
H A Dnetrw.vim245 let g:netrw_ftp_cmd = "ftp"
1555 " perform ftp:
2257 " perform ftp:
2673 " perform ftp:
3386 if a:1 =~ '^ftp:'
8845 " perform ftp:
10211 " perform ftp:
10288 if !executable("ftp")
10319 if s:method == "ftp"
10322 let s:method = "ftp"
[all …]
/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…
190 " NetUserPass: set username and password for subsequent ftp transfer {{{1
/vim-8.2.3635/src/
H A DINSTALLvms.txt34 1.1. Visit the Vim ftp site (see ftp://ftp.vim.org/pub/vim/MIRRORS)
45 1.3. Apply patches if they exist. (Patch files are found in the ftp
60 ftp://ftp.polarhome.com/pub/vim/source/vms/
64 from CVS mirror ftp://ftp.polarhome.com/pub/cvs/SOURCE/
H A Dspellfile.c947 fromto_T *ftp; in read_rep_section() local
966 ftp->ft_to = read_cnt_string(fd, 1, &i); in read_rep_section()
969 vim_free(ftp->ft_from); in read_rep_section()
981 ftp = &((fromto_T *)gap->ga_data)[i]; in read_rep_section()
982 if (first[*ftp->ft_from] == -1) in read_rep_section()
983 first[*ftp->ft_from] = i; in read_rep_section()
3428 fromto_T *ftp; in add_fromto() local
3435 ftp->ft_from = getroom_save(spin, word); in add_fromto()
3437 ftp->ft_to = getroom_save(spin, word); in add_fromto()
4866 fromto_T *ftp; in write_vim_spell() local
[all …]
H A Dspellsuggest.c1269 fromto_T *ftp; in suggest_trie_walk() local
2571 ftp = (fromto_T *)gap->ga_data + sp->ts_curi++; in suggest_trie_walk()
2572 if (*ftp->ft_from != *p) in suggest_trie_walk()
2578 if (STRNCMP(ftp->ft_from, p, STRLEN(ftp->ft_from)) == 0 in suggest_trie_walk()
2585 ftp->ft_from, ftp->ft_to); in suggest_trie_walk()
2593 fl = (int)STRLEN(ftp->ft_from); in suggest_trie_walk()
2594 tl = (int)STRLEN(ftp->ft_to); in suggest_trie_walk()
2600 mch_memmove(p, ftp->ft_to, tl); in suggest_trie_walk()
2623 fl = (int)STRLEN(ftp->ft_from); in suggest_trie_walk()
2624 tl = (int)STRLEN(ftp->ft_to); in suggest_trie_walk()
[all …]
/vim-8.2.3635/runtime/syntax/
H A Dweb.vim8 " the standard WEB distribution, available for anonymous ftp at
9 " ftp://labrea.stanford.edu/pub/tex/web/.
H A Dcweb.vim9 " anonymous ftp at ftp://labrea.stanford.edu/pub/cweb/.
H A Dspec.vim46 syn match specURL contained '\<\(\(https\{0,1}\|ftp\)://\|\(www[23]\{0,1}\.\|ftp\.\)\)[A-Za-z0…
47 syn match specURLMacro contained '\<\(\(https\{0,1}\|ftp\)://\|\(www[23]\{0,1}\.\|ftp\.\)\)[A-Za-z0…
H A Dxdefaults.vim11 " xrdb source: ftp://ftp.x.org/pub/R6.4/xc/programs/xrdb/xrdb.c
H A Djargon.vim14 syn match jargonUrl +\(https\?\|ftp\)://[^\t )"]*+
H A Duc.vim4 " URL: ftp://ftp.chaoticdreams.org/pub/ut/vim/uc.vim
H A Dlftp.vim44 syn match lftpSettingsPrefix contained '\<\%(file\|fish\|ftp\|hftp\):'
74 " ftp:
H A Dicon.vim4 " URL: ftp://ftp.halcyon.com/pub/users/wturner/icon.vim
H A Ddebcontrol.vim50 " Keep in sync with https://metadata.ftp-master.org/sections.822
51 " curl -q https://metadata.ftp-master.debian.org/sections.822 2>/dev/null| grep-dctrl -n --not -FSe…
/vim-8.2.3635/runtime/spell/
H A DREADME.txt15 ftp://ftp.gnu.org/gnu/aspell/dict/. Most go under the GPL or LGPL copyright.
84 https://ftp.gnu.org/gnu/aspell/dict/0index.html
90 .spl file and upload it to the ftp server (if he can't generate it you will
H A Dmain.aap22 UPDIR = rsync://[email protected]//var/ftp/pub/vim/runtime/spell
/vim-8.2.3635/READMEdir/
H A DREADME_vms.txt47 from http://www.polarhome.com/vim/ or ftp://ftp.polarhome.com/pub/vim/
/vim-8.2.3635/runtime/spell/pt/
H A Dmain.aap2 # See ftp://ftp.vim.org/pub/vim/runtime/spell/README.txt

12345