Update minimum supported version
This commit is contained in:
parent
3985f215ce
commit
132b869c7b
@ -35,7 +35,7 @@ use render;
|
||||
use render::CellMetrics;
|
||||
|
||||
const DEFAULT_FONT_NAME: &str = "DejaVu Sans Mono 12";
|
||||
pub const MINIMUM_SUPPORTED_NVIM_VERSION: &str = "0.2.1";
|
||||
pub const MINIMUM_SUPPORTED_NVIM_VERSION: &str = "0.2.2";
|
||||
|
||||
macro_rules! idle_cb_call {
|
||||
($state:ident.$cb:ident($( $x:expr ),*)) => (
|
||||
|
Loading…
Reference in New Issue
Block a user