aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-06-28 00:09:42 +0800
committerjdhao <jdhao@hotmail.com>2022-06-28 00:09:42 +0800
commitae759477c7fa0cc4fcbaacc1a8eabb45ae95976d (patch)
treeb6c4f5cc00f4a45aa5d73eda4427a88d6182fc58
parent921fd172211a5cf86cd39e15105c8e7d302b492c (diff)
bump version to 0.7.2
-rw-r--r--README.md2
-rw-r--r--init.vim4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3a8f645..d4e3f86 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
<img alt="Latest release" src="https://img.shields.io/github/v/release/jdhao/nvim-config" />
</a>
<a href="https://github.com/neovim/neovim/releases/tag/stable">
- <img src="https://img.shields.io/badge/Neovim-0.7.0-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/>
+ <img src="https://img.shields.io/badge/Neovim-0.7.2-blueviolet.svg?style=flat-square&logo=Neovim&logoColor=green" alt="Neovim minimum version"/>
</a>
<a href="https://github.com/jdhao/nvim-config/search?l=vim-script">
<img src="https://img.shields.io/github/languages/top/jdhao/nvim-config" alt="Top languages"/>
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