diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 03:08:41 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 03:14:31 +0100 |
commit | 39fa2782168f0858504e5a13be0a4eaa9bf15b03 (patch) | |
tree | 167110f45ba801dbcc021b82c682bfb31f98dd2f /runtime/doc/ft_rust.txt | |
parent | 415927e4ed17b3f0ca49070faae1a87d1b685373 (diff) | |
download | rneovim-39fa2782168f0858504e5a13be0a4eaa9bf15b03.tar.gz rneovim-39fa2782168f0858504e5a13be0a4eaa9bf15b03.tar.bz2 rneovim-39fa2782168f0858504e5a13be0a4eaa9bf15b03.zip |
vim-patch:f55e4c867f77
Updated runtime files
https://github.com/vim/vim/commit/f55e4c867f774d1f27973d06b07b97c0a4d6b968
Diffstat (limited to 'runtime/doc/ft_rust.txt')
-rw-r--r-- | runtime/doc/ft_rust.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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* |