Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reworded an awkward sentence in the documentation #462

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/rust.txt
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Playpen integration
|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 shortener, by
default "https://is.gd/"

|g:rust_clip_command| is the command to run to copy the
Expand All @@ -370,8 +370,8 @@ Evaluation of a single Rust file

NOTE: These commands are useful only when working with standalone Rust files,
which is usually not the case for common Rust development. If you wish to
building Rust crates from with Vim can should use Vim's make, Syntastic, or
functionality from other plugins.
build Rust crates with something other than Cargo, you should use Vim's make,
Syntastic, or functionality from other plugins.


:RustRun [args] *:RustRun*
Expand Down Expand Up @@ -475,7 +475,7 @@ rust.vim Debugging

:RustInfoToFile [filename] *:RustInfoToFile*
Saves debugging info of the Vim Rust plugin to the the given
file, overwritting it.
file, overwriting it.

==============================================================================
MAPPINGS *rust-mappings*
Expand Down