:b should be b: (and is what brought me to look at this help file in the first place....). in sentences ending, “...for performanceNOTE: 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 build Rust crates from within Vim, use Vim's make, Syntastic, or functionality from other plugins.Several documented variables appear to have no effect. They have not been touched in this PR, though, if wanted, I can add a comment later with what could be considered.
https://github.com/vim/vim/pull/19887
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@chrisbra commented on this pull request.
> -------------------------- -This plugin automatically integrates with the Syntastic checker. There are two -checkers provided: 'rustc', and 'cargo'. The latter invokes 'Cargo' in order to -build code, and the former delivers a single edited '.rs' file as a compilation -target directly to the Rust compiler, `rustc`. +This plugin automatically integrates with the Syntastic checker. There are +two checkers provided: "rustc", and "cargo". The latter invokes 'Cargo' in
Although this is not detected as option, I think we should still use double quotes here:
⬇️ Suggested change-two checkers provided: "rustc", and "cargo". The latter invokes 'Cargo' in +two checkers provided: "rustc", and "cargo". The latter invokes "Cargo" in
Also I am wondering: should cargo be lower case?
> -------------------------- -This plugin automatically integrates with the Syntastic checker. There are two -checkers provided: 'rustc', and 'cargo'. The latter invokes 'Cargo' in order to -build code, and the former delivers a single edited '.rs' file as a compilation -target directly to the Rust compiler, `rustc`. +This plugin automatically integrates with the Syntastic checker. There are +two checkers provided: "rustc", and "cargo". The latter invokes 'Cargo' in +order to build code, and the former delivers a single edited '.rs' file as a⬇️ Suggested change
-order to build code, and the former delivers a single edited '.rs' file as a +order to build code, and the former delivers a single edited ".rs" file as a
> g:rust_cargo_check_benches~ When set to 1, the `--benches` option will be passed to cargo when Syntastic executes it. The benches are normally under the `benches/` directory of the crate. The default is 0. -Integration with auto-pairs *rust-auto-pairs* +
unnecessary white line?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@kennypete pushed 1 commit.
—
View it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@kennypete commented on this pull request.
> -------------------------- -This plugin automatically integrates with the Syntastic checker. There are two -checkers provided: 'rustc', and 'cargo'. The latter invokes 'Cargo' in order to -build code, and the former delivers a single edited '.rs' file as a compilation -target directly to the Rust compiler, `rustc`. +This plugin automatically integrates with the Syntastic checker. There are +two checkers provided: "rustc", and "cargo". The latter invokes 'Cargo' in
Yes, that's changed in updated commit just pushed now. Details in last comment, below.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
> -------------------------- -This plugin automatically integrates with the Syntastic checker. There are two -checkers provided: 'rustc', and 'cargo'. The latter invokes 'Cargo' in order to -build code, and the former delivers a single edited '.rs' file as a compilation -target directly to the Rust compiler, `rustc`. +This plugin automatically integrates with the Syntastic checker. There are +two checkers provided: "rustc", and "cargo". The latter invokes 'Cargo' in +order to build code, and the former delivers a single edited '.rs' file as a
Ditto comment above.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
> g:rust_cargo_check_benches~ When set to 1, the `--benches` option will be passed to cargo when Syntastic executes it. The benches are normally under the `benches/` directory of the crate. The default is 0. -Integration with auto-pairs *rust-auto-pairs* +
Yes, and several other fixes on looking at it more:
*b:rustfmt_autosave* and *b:rustfmt_autosave_if_config_present* tags as those had hot-links applicable text, which is now hot-linked where it is not under the text of the tag itself. (Note the tags file has not been updated, though.)I'll stop getting distracted and conclude my near-finished, mammoth vim9.txt Section 2 + related update now.... Cheers
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()