@@ -121,7 +121,7 @@ you'll need to have at least the following in your <.vimrc>:
121121 set nocp " 'compatible' is not set
122122 filetype plugin on " plugins are enabled
123123<
124- (see | 'cp' | and | :filetype-plugin-on | )
124+ (see 'cp' and | :filetype-plugin-on | )
125125
126126Netrw supports "transparent" editing of files on other machines using urls
127127(see | netrw-transparent | ). As an example of this, let's assume you have an
@@ -667,7 +667,7 @@ However, |netrw-ssh-hack| can help with this problem.
6676675. Activation *netrw-activate* {{{1
668668
669669Network-oriented file transfers are available by default whenever Vim's
670- | 'nocompatible' | mode is enabled. Netrw's script files reside in your
670+ 'nocompatible' mode is enabled. Netrw's script files reside in your
671671system's plugin, autoload, and syntax directories; just the
672672plugin/netrwPlugin.vim script is sourced automatically whenever you bring up
673673vim. The main script in autoload/netrw.vim is only loaded when you actually
@@ -1170,7 +1170,7 @@ The :NetrwMB command is available outside of netrw buffers (once netrw has been
11701170invoked in the session).
11711171
11721172The file ".netrwbook" holds bookmarks when netrw (and vim) is not active. By
1173- default, its stored on the first directory on the user's | 'runtimepath' | .
1173+ default, its stored on the first directory on the user's 'runtimepath' .
11741174
11751175Related Topics:
11761176 | netrw-gb | how to return (go) to a bookmark
@@ -1396,7 +1396,7 @@ used in that count.
13961396See | g:netrw_dirhistmax | for how to control the quantity of history stack
13971397slots. The file ".netrwhist" holds history when netrw (and vim) is not
13981398active. By default, its stored on the first directory on the user's
1399- | 'runtimepath' | .
1399+ 'runtimepath' .
14001400
14011401Related Topics:
14021402 | netrw-U | changing to a successor directory
@@ -1515,7 +1515,7 @@ DIRECTORY EXPLORATION COMMANDS {{{2
15151515 *netrw-:Explore*
15161516:Explore will open the local-directory browser on the current file's
15171517 directory (or on directory [dir] if specified). The window will be
1518- split only if the file has been modified and | 'hidden' | is not set,
1518+ split only if the file has been modified and 'hidden' is not set,
15191519 otherwise the browsing window will take over that window. Normally
15201520 the splitting is taken horizontally.
15211521 Also see: | netrw-:Rexplore |
@@ -2400,11 +2400,11 @@ your browsing preferences. (see also: |netrw-settings|)
24002400
24012401 *g:netrw_alto* change from above splitting to below splitting
24022402 by setting this variable (see | netrw-o | )
2403- default: =&sb (see | 'sb' | )
2403+ default: =&sb (see 'sb' )
24042404
24052405 *g:netrw_altv* change from left splitting to right splitting
24062406 by setting this variable (see | netrw-v | )
2407- default: =&spr (see | 'spr' | )
2407+ default: =&spr (see 'spr' )
24082408
24092409 *g:netrw_banner* enable/suppress the banner
24102410 =0: suppress the banner
@@ -2472,7 +2472,7 @@ your browsing preferences. (see also: |netrw-settings|)
24722472
24732473 *g:netrw_cursor* = 2 (default)
24742474 This option controls the use of the
2475- | 'cursorline' | (cul) and | 'cursorcolumn' |
2475+ 'cursorline' (cul) and 'cursorcolumn'
24762476 (cuc) settings by netrw:
24772477
24782478 Value Thin-Long-Tree Wide
@@ -2487,15 +2487,15 @@ your browsing preferences. (see also: |netrw-settings|)
24872487 =8 cul U-cuc cul cuc
24882488
24892489 Where
2490- u-cul : user's | 'cursorline' | initial setting used
2491- u-cuc : user's | 'cursorcolumn' | initial setting used
2492- U-cul : user's | 'cursorline' | current setting used
2493- U-cuc : user's | 'cursorcolumn' | current setting used
2494- cul : | 'cursorline' | will be locally set
2495- cuc : | 'cursorcolumn' | will be locally set
2490+ u-cul : user's 'cursorline' initial setting used
2491+ u-cuc : user's 'cursorcolumn' initial setting used
2492+ U-cul : user's 'cursorline' current setting used
2493+ U-cuc : user's 'cursorcolumn' current setting used
2494+ cul : 'cursorline' will be locally set
2495+ cuc : 'cursorcolumn' will be locally set
24962496
24972497 The "initial setting" means the values of
2498- the | 'cuc' | and | 'cul' | settings in effect when
2498+ the 'cuc' and 'cul' settings in effect when
24992499 netrw last saw | g:netrw_cursor | >= 5 or when
25002500 netrw was initially run.
25012501
@@ -2566,7 +2566,7 @@ your browsing preferences. (see also: |netrw-settings|)
25662566 *g:netrw_ffkeep* (default: doesn't exist)
25672567 If this variable exists and is zero, then
25682568 netrw will not do a save and restore for
2569- | 'fileformat' | .
2569+ 'fileformat' .
25702570
25712571 *g:netrw_fname_escape* =' ?&;%'
25722572 Used on filenames before remote reading/writing
@@ -2618,7 +2618,7 @@ your browsing preferences. (see also: |netrw-settings|)
26182618 .netrwhist).
26192619 Netrw uses | expand() | on the string.
26202620 default: the first directory on the
2621- | 'runtimepath' |
2621+ 'runtimepath'
26222622
26232623 *g:netrw_keepdir* =1 (default) keep current directory immune from
26242624 the browsing directory.
@@ -2814,7 +2814,7 @@ your browsing preferences. (see also: |netrw-settings|)
28142814 netrwYacc : *.y
28152815
28162816 In addition, those groups mentioned in
2817- | 'suffixes' | are also added to the special
2817+ 'suffixes' are also added to the special
28182818 file highlighting group.
28192819 These syntax highlighting groups are linked
28202820 to netrwGray or Folded by default
@@ -2892,7 +2892,7 @@ your browsing preferences. (see also: |netrw-settings|)
28922892 used to specify the quantity of lines or
28932893 columns for the new window.
28942894 If g:netrw_winsize is zero, then a normal
2895- split will be made (ie. | 'equalalways' | will
2895+ split will be made (ie. 'equalalways' will
28962896 take effect, for example).
28972897 default: 50 (for 50%)
28982898
@@ -2911,7 +2911,7 @@ your browsing preferences. (see also: |netrw-settings|)
29112911 codepoint; a hard tab is one; wide and
29122912 narrow CJK are one each; etc.)
29132913 =3: virtual length (counting tabs as anything
2914- between 1 and | 'tabstop' | , wide CJK as 2
2914+ between 1 and 'tabstop' , wide CJK as 2
29152915 rather than 1, Arabic alif as zero when
29162916 immediately preceded by lam, one
29172917 otherwise, etc)
@@ -3003,7 +3003,7 @@ These will:
30033003 Related: if you like this idea, you may also find :Lexplore
30043004 (| netrw-:Lexplore | ) or | g:netrw_chgwin | of interest
30053005
3006- Also see: | g:netrw_chgwin | | netrw-P | | 'previewwindow' | | CTRL-W_z | | :pclose |
3006+ Also see: | g:netrw_chgwin | | netrw-P | 'previewwindow' | CTRL-W_z | | :pclose |
30073007
30083008
30093009PREVIOUS WINDOW *netrw-P* *netrw-prvwin* {{{2
@@ -3401,7 +3401,7 @@ Example: Clear netrw's marked file list via a mapping on gu >
34013401 not by netrw, and there appears to be no way to work around
34023402 it. Coupled with the default cmdheight of 1, this message
34033403 causes the "Press ENTER..." prompt. So: read | hit-enter | ;
3404- I also suggest that you set your | 'cmdheight' | to 2 (or more) in
3404+ I also suggest that you set your 'cmdheight' to 2 (or more) in
34053405 your <.vimrc> file.
34063406
34073407 *netrw-p10*
@@ -3520,7 +3520,7 @@ Example: Clear netrw's marked file list via a mapping on gu >
35203520 I expect both buffers to exist, but only the last one does.
35213521
35223522 (Lance) Problem is caused by "set autochdir" in .vimrc.
3523- (drchip) I am able to duplicate this problem with | 'acd' | set.
3523+ (drchip) I am able to duplicate this problem with 'acd' set.
35243524 It appears that the buffers are not exactly closed;
35253525 a ":ls!" will show them (although ":ls" does not).
35263526
0 commit comments