diff options
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/editing.txt | 2 | ||||
-rw-r--r-- | runtime/doc/ft_rust.txt | 6 | ||||
-rw-r--r-- | runtime/doc/remote.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt index c478ad1bf3..eb6da45794 100644 --- a/runtime/doc/editing.txt +++ b/runtime/doc/editing.txt @@ -1541,7 +1541,7 @@ There are three different types of searching: This searches the same directories, but in a different order. Note that completion for ":find", ":sfind", and ":tabfind" commands do not - currently work with 'path' items that contain a url or use the double star + currently work with 'path' items that contain a URL or use the double star with depth limiter (/usr/**2) or upward search (;) notations. vim:tw=78:ts=8:ft=help:norl: diff --git a/runtime/doc/ft_rust.txt b/runtime/doc/ft_rust.txt index c2e21e40bb..71e3027ceb 100644 --- a/runtime/doc/ft_rust.txt +++ b/runtime/doc/ft_rust.txt @@ -116,13 +116,13 @@ g:rustfmt_options~ *g:rust_playpen_url* g:rust_playpen_url~ - Set this option to override the url for the playpen to use: > + Set this option to override the URL for the playpen to use: > let g:rust_playpen_url = 'https://play.rust-lang.org/' < *g:rust_shortener_url* g:rust_shortener_url~ - Set this option to override the url for the url shortener: > + Set this option to override the URL for the URL shortener: > let g:rust_shortener_url = 'https://is.gd/' < @@ -199,7 +199,7 @@ COMMANDS *rust-commands* |g:rust_playpen_url| is the base URL to the playpen, by default "https://play.rust-lang.org/". - |g:rust_shortener_url| is the base url for the shorterner, by + |g:rust_shortener_url| is the base URL for the shorterner, by default "https://is.gd/" :RustFmt *:RustFmt* diff --git a/runtime/doc/remote.txt b/runtime/doc/remote.txt index 963d5f1972..039d8b582e 100644 --- a/runtime/doc/remote.txt +++ b/runtime/doc/remote.txt @@ -87,7 +87,7 @@ Tell the remote server "BLA" to write all files and exit: > vim --servername BLA --remote-send '<C-\><C-N>:wqa<CR>' -SERVER NAME +SERVER NAME *client-server-name* By default Vim will try to register the name under which it was invoked (gvim, egvim ...). This can be overridden with the --servername argument. If the |