@@ -121,7 +121,7 @@ you'll need to have at least the following in your <.vimrc>:
121
121
set nocp " 'compatible' is not set
122
122
filetype plugin on " plugins are enabled
123
123
<
124
- (see | 'cp' | and | :filetype-plugin-on | )
124
+ (see 'cp' and | :filetype-plugin-on | )
125
125
126
126
Netrw supports "transparent" editing of files on other machines using urls
127
127
(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.
667
667
5. Activation *netrw-activate* {{{1
668
668
669
669
Network-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
671
671
system's plugin, autoload, and syntax directories; just the
672
672
plugin/netrwPlugin.vim script is sourced automatically whenever you bring up
673
673
vim. 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
1170
1170
invoked in the session).
1171
1171
1172
1172
The 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' .
1174
1174
1175
1175
Related Topics:
1176
1176
| netrw-gb | how to return (go) to a bookmark
@@ -1396,7 +1396,7 @@ used in that count.
1396
1396
See | g:netrw_dirhistmax | for how to control the quantity of history stack
1397
1397
slots. The file ".netrwhist" holds history when netrw (and vim) is not
1398
1398
active. By default, its stored on the first directory on the user's
1399
- | 'runtimepath' | .
1399
+ 'runtimepath' .
1400
1400
1401
1401
Related Topics:
1402
1402
| netrw-U | changing to a successor directory
@@ -1515,7 +1515,7 @@ DIRECTORY EXPLORATION COMMANDS {{{2
1515
1515
*netrw-:Explore*
1516
1516
:Explore will open the local-directory browser on the current file's
1517
1517
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,
1519
1519
otherwise the browsing window will take over that window. Normally
1520
1520
the splitting is taken horizontally.
1521
1521
Also see: | netrw-:Rexplore |
@@ -2400,11 +2400,11 @@ your browsing preferences. (see also: |netrw-settings|)
2400
2400
2401
2401
*g:netrw_alto* change from above splitting to below splitting
2402
2402
by setting this variable (see | netrw-o | )
2403
- default: =&sb (see | 'sb' | )
2403
+ default: =&sb (see 'sb' )
2404
2404
2405
2405
*g:netrw_altv* change from left splitting to right splitting
2406
2406
by setting this variable (see | netrw-v | )
2407
- default: =&spr (see | 'spr' | )
2407
+ default: =&spr (see 'spr' )
2408
2408
2409
2409
*g:netrw_banner* enable/suppress the banner
2410
2410
=0: suppress the banner
@@ -2472,7 +2472,7 @@ your browsing preferences. (see also: |netrw-settings|)
2472
2472
2473
2473
*g:netrw_cursor* = 2 (default)
2474
2474
This option controls the use of the
2475
- | 'cursorline' | (cul) and | 'cursorcolumn' |
2475
+ 'cursorline' (cul) and 'cursorcolumn'
2476
2476
(cuc) settings by netrw:
2477
2477
2478
2478
Value Thin-Long-Tree Wide
@@ -2487,15 +2487,15 @@ your browsing preferences. (see also: |netrw-settings|)
2487
2487
=8 cul U-cuc cul cuc
2488
2488
2489
2489
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
2496
2496
2497
2497
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
2499
2499
netrw last saw | g:netrw_cursor | >= 5 or when
2500
2500
netrw was initially run.
2501
2501
@@ -2566,7 +2566,7 @@ your browsing preferences. (see also: |netrw-settings|)
2566
2566
*g:netrw_ffkeep* (default: doesn't exist)
2567
2567
If this variable exists and is zero, then
2568
2568
netrw will not do a save and restore for
2569
- | 'fileformat' | .
2569
+ 'fileformat' .
2570
2570
2571
2571
*g:netrw_fname_escape* =' ?&;%'
2572
2572
Used on filenames before remote reading/writing
@@ -2618,7 +2618,7 @@ your browsing preferences. (see also: |netrw-settings|)
2618
2618
.netrwhist).
2619
2619
Netrw uses | expand() | on the string.
2620
2620
default: the first directory on the
2621
- | 'runtimepath' |
2621
+ 'runtimepath'
2622
2622
2623
2623
*g:netrw_keepdir* =1 (default) keep current directory immune from
2624
2624
the browsing directory.
@@ -2814,7 +2814,7 @@ your browsing preferences. (see also: |netrw-settings|)
2814
2814
netrwYacc : *.y
2815
2815
2816
2816
In addition, those groups mentioned in
2817
- | 'suffixes' | are also added to the special
2817
+ 'suffixes' are also added to the special
2818
2818
file highlighting group.
2819
2819
These syntax highlighting groups are linked
2820
2820
to netrwGray or Folded by default
@@ -2892,7 +2892,7 @@ your browsing preferences. (see also: |netrw-settings|)
2892
2892
used to specify the quantity of lines or
2893
2893
columns for the new window.
2894
2894
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
2896
2896
take effect, for example).
2897
2897
default: 50 (for 50%)
2898
2898
@@ -2911,7 +2911,7 @@ your browsing preferences. (see also: |netrw-settings|)
2911
2911
codepoint; a hard tab is one; wide and
2912
2912
narrow CJK are one each; etc.)
2913
2913
=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
2915
2915
rather than 1, Arabic alif as zero when
2916
2916
immediately preceded by lam, one
2917
2917
otherwise, etc)
@@ -3003,7 +3003,7 @@ These will:
3003
3003
Related: if you like this idea, you may also find :Lexplore
3004
3004
(| netrw-:Lexplore | ) or | g:netrw_chgwin | of interest
3005
3005
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 |
3007
3007
3008
3008
3009
3009
PREVIOUS WINDOW *netrw-P* *netrw-prvwin* {{{2
@@ -3401,7 +3401,7 @@ Example: Clear netrw's marked file list via a mapping on gu >
3401
3401
not by netrw, and there appears to be no way to work around
3402
3402
it. Coupled with the default cmdheight of 1, this message
3403
3403
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
3405
3405
your <.vimrc> file.
3406
3406
3407
3407
*netrw-p10*
@@ -3520,7 +3520,7 @@ Example: Clear netrw's marked file list via a mapping on gu >
3520
3520
I expect both buffers to exist, but only the last one does.
3521
3521
3522
3522
(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.
3524
3524
It appears that the buffers are not exactly closed;
3525
3525
a ":ls!" will show them (although ":ls" does not).
3526
3526
0 commit comments