@@ -532,7 +532,7 @@ variable (ex. scp uses the variable g:netrw_scp_cmd, which is defaulted to
532532 let g:netrw_sftp_cmd= '"c:\Program Files\PuTTY\psftp.exe"'
533533<
534534(note: it has been reported that windows 7 with putty v0.6's "-batch" option
535- doesn't work, so its best to leave it off for that system)
535+ doesn't work, so it's best to leave it off for that system)
536536
537537See | netrw-p8 | for more about putty, pscp, psftp, etc.
538538
@@ -1206,7 +1206,7 @@ The :NetrwMB command is available outside of netrw buffers (once netrw has been
12061206invoked in the session).
12071207
12081208The file ".netrwbook" holds bookmarks when netrw (and vim) is not active. By
1209- default, its stored on the first directory on the user's | 'runtimepath' | .
1209+ default, it's stored on the first directory on the user's | 'runtimepath' | .
12101210
12111211Related Topics:
12121212 | netrw-gb | how to return (go) to a bookmark
@@ -1431,7 +1431,7 @@ be used in that count.
14311431 *.netrwhist*
14321432See | g:netrw_dirhistmax | for how to control the quantity of history stack
14331433slots. The file ".netrwhist" holds history when netrw (and vim) is not
1434- active. By default, its stored on the first directory on the user's
1434+ active. By default, it's stored on the first directory on the user's
14351435| 'runtimepath' | .
14361436
14371437Related Topics:
@@ -3271,7 +3271,7 @@ The user function is passed one argument; it resembles >
32713271
32723272 fun! ExampleUserMapFunc(islocal)
32733273<
3274- where a:islocal is 1 if its a local-directory system call or 0 when
3274+ where a:islocal is 1 if it's a local-directory system call or 0 when
32753275remote-directory system call.
32763276
32773277Use netrw#Expose("varname") to access netrw-internal (script-local)
@@ -3595,7 +3595,7 @@ Example: Clear netrw's marked file list via a mapping on gu >
35953595
35963596 *netrw-p16*
35973597 P16. When editing remote files (ex. :e ftp://hostname/path/file ),
3598- under Windows I get an | E303 | message complaining that its unable
3598+ under Windows I get an | E303 | message complaining that it's unable
35993599 to open a swap file.
36003600
36013601 (romainl) It looks like you are starting Vim from a protected
@@ -3649,7 +3649,7 @@ Example: Clear netrw's marked file list via a mapping on gu >
36493649 P21. I've made a directory (or file) with an accented character, but
36503650 netrw isn't letting me enter that directory/read that file:
36513651
3652- Its likely that the shell or o/s is using a different encoding
3652+ It's likely that the shell or o/s is using a different encoding
36533653 than you have vim (netrw) using. A patch to vim supporting
36543654 "systemencoding" may address this issue in the future; for
36553655 now, just have netrw use the proper encoding. For example: >
0 commit comments