From ae759477c7fa0cc4fcbaacc1a8eabb45ae95976d Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 28 Jun 2022 00:09:42 +0800 Subject: bump version to 0.7.2 --- init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.vim') diff --git a/init.vim b/init.vim index e9aabf0..c57d70a 100644 --- a/init.vim +++ b/init.vim @@ -9,8 +9,8 @@ " Blog: https://jdhao.github.io/ " check if we have the lastest stable version of nvim -if !has('nvim-0.7.0') - echohl Error | echomsg "Nvim 0.7.0 required, but is missing!" | echohl None +if !has('nvim-0.7.2') + echohl Error | echomsg "Nvim 0.7.2 required, but is missing!" | echohl None finish endif -- cgit v1.2.3