fix: show custom check-command
This commit is contained in:
parent
4c20d6879f
commit
7e25f1b7e2
@ -407,16 +407,7 @@ fn handle_event(&mut self, event: Event) -> Result<()> {
|
||||
// the title, or the editor complains. Note that this is a user-facing string.
|
||||
let title = if self.flycheck.len() == 1 {
|
||||
match self.config.flycheck() {
|
||||
Some(flycheck::FlycheckConfig::CargoCommand {
|
||||
command,
|
||||
..
|
||||
}) => {
|
||||
format!("cargo {}", command)
|
||||
}
|
||||
Some(flycheck::FlycheckConfig::CustomCommand {
|
||||
command,
|
||||
..
|
||||
}) => command,
|
||||
Some(config) => format!("{}", config),
|
||||
None => "cargo check".to_string(),
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user