Update minimum supported version

This commit is contained in:
daa84 2018-01-08 14:09:40 +03:00
parent 3985f215ce
commit 132b869c7b

View File

@ -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 ),*)) => (