Fix error message
This commit is contained in:
parent
62a996f7db
commit
f8ddd0e732
@ -37,7 +37,7 @@ impl ErrorArea {
|
||||
● Not supported nvim version (minimum supported version is <b>{}</b>)\n\
|
||||
● Error in configuration file (init.vim or ginit.vim)\n\
|
||||
● Wrong nvim binary path \
|
||||
(right path can be passed with <i>--nvim-bin-path=path_here</i> option)",
|
||||
(right path can be passed with <i>--nvim-bin-path=path_here</i>)",
|
||||
encode_minimal(cmd), encode_minimal(err), shell::MINIMUM_SUPPORTED_NVIM_VERSION));
|
||||
self.base.show_all();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user