comparison runtime/doc/pi_netrw.txt @ 3312:b7811ab264bf v7.3.423

updated for version 7.3.423 Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files
author Bram Moolenaar <bram@vim.org>
date Sat, 04 Feb 2012 21:59:01 +0100
parents 37ecb8ff4560
children 4dde9b516e72
comparison
equal deleted inserted replaced
3311:54d1536a1c8b 3312:b7811ab264bf
1 *pi_netrw.txt* For Vim version 7.3. Last change: 2011 Sep 26 1 *pi_netrw.txt* For Vim version 7.3. Last change: 2012 Jan 26
2 2
3 ----------------------------------------------------- 3 -----------------------------------------------------
4 NETRW REFERENCE MANUAL by Charles E. Campbell, Jr. 4 NETRW REFERENCE MANUAL by Charles E. Campbell, Jr.
5 ----------------------------------------------------- 5 -----------------------------------------------------
6 Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM> 6 Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
41 NETRC..............................................|netrw-netrc| 41 NETRC..............................................|netrw-netrc|
42 PASSWORD...........................................|netrw-passwd| 42 PASSWORD...........................................|netrw-passwd|
43 5. Activation...........................................|netrw-activate| 43 5. Activation...........................................|netrw-activate|
44 6. Transparent Remote File Editing......................|netrw-transparent| 44 6. Transparent Remote File Editing......................|netrw-transparent|
45 7. Ex Commands..........................................|netrw-ex| 45 7. Ex Commands..........................................|netrw-ex|
46 8. Variables and Options................................|netrw-var| 46 8. Variables and Options................................|netrw-settings|
47 9. Browsing.............................................|netrw-browse| 47 9. Browsing.............................................|netrw-browse|
48 Introduction To Browsing...........................|netrw-intro-browse| 48 Introduction To Browsing...........................|netrw-intro-browse|
49 Quick Reference: Maps..............................|netrw-browse-maps| 49 Quick Reference: Maps..............................|netrw-browse-maps|
50 Quick Reference: Commands..........................|netrw-browse-cmds| 50 Quick Reference: Commands..........................|netrw-browse-cmds|
51 Bookmarking A Directory............................|netrw-mb| 51 Bookmarking A Directory............................|netrw-mb|
307 :call NetUserPass() -- prompts for uid and password 307 :call NetUserPass() -- prompts for uid and password
308 :call NetUserPass("uid") -- prompts for password 308 :call NetUserPass("uid") -- prompts for password
309 :call NetUserPass("uid","password") -- sets global uid and password 309 :call NetUserPass("uid","password") -- sets global uid and password
310 310
311 NETRW VARIABLES AND SETTINGS *netrw-variables* {{{2 311 NETRW VARIABLES AND SETTINGS *netrw-variables* {{{2
312 (also see: |netrw-browser-var| |netrw-protocol| |netrw-settings| |netrw-var|) 312 (also see: |netrw-browser-var| |netrw-protocol| |netrw-settings|)
313 313
314 Netrw provides a lot of variables which allow you to customize netrw to your 314 Netrw provides a lot of variables which allow you to customize netrw to your
315 preferences. One way to look at them is via the command :NetrwSettings (see 315 preferences. One way to look at them is via the command :NetrwSettings (see
316 |netrw-settings|) which will display your current netrw settings. Most such 316 |netrw-settings|) which will display your current netrw settings. Most such
317 settings are described below, in |netrw-browser-options|, and in 317 settings are described below, in |netrw-browser-options|, and in
2352 will bring up a window with the many variables that netrw uses for its 2352 will bring up a window with the many variables that netrw uses for its
2353 settings. You may change any of their values; when you save the file, the 2353 settings. You may change any of their values; when you save the file, the
2354 settings therein will be used. One may also press "?" on any of the lines for 2354 settings therein will be used. One may also press "?" on any of the lines for
2355 help on what each of the variables do. 2355 help on what each of the variables do.
2356 2356
2357 (also see: |netrw-browser-var| |netrw-protocol| |netrw-var| |netrw-variables|) 2357 (also see: |netrw-browser-var| |netrw-protocol| |netrw-settings| |netrw-variables|)
2358 2358
2359 2359
2360 ============================================================================== 2360 ==============================================================================
2361 OBTAINING A FILE *netrw-O* {{{2 2361 OBTAINING A FILE *netrw-O* {{{2
2362 2362