diff --git a/src/error.rs b/src/error.rs index 3ac7992..ccda4bb 100644 --- a/src/error.rs +++ b/src/error.rs @@ -37,7 +37,7 @@ impl ErrorArea { ● Not supported nvim version (minimum supported version is {})\n\ ● Error in configuration file (init.vim or ginit.vim)\n\ ● Wrong nvim binary path \ - (right path can be passed with --nvim-bin-path=path_here option)", + (right path can be passed with --nvim-bin-path=path_here)", encode_minimal(cmd), encode_minimal(err), shell::MINIMUM_SUPPORTED_NVIM_VERSION)); self.base.show_all(); }