From f8ddd0e732f65932d6adffbd64e4a6ecb583c35b Mon Sep 17 00:00:00 2001 From: daa Date: Thu, 6 Jul 2017 19:45:30 +0300 Subject: [PATCH] Fix error message --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }