diff options
| author | jdhao <jdhao@hotmail.com> | 2022-06-28 00:09:42 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-06-28 00:09:42 +0800 |
| commit | ae759477c7fa0cc4fcbaacc1a8eabb45ae95976d (patch) | |
| tree | b6c4f5cc00f4a45aa5d73eda4427a88d6182fc58 /init.vim | |
| parent | 921fd172211a5cf86cd39e15105c8e7d302b492c (diff) | |
bump version to 0.7.2
Diffstat (limited to 'init.vim')
| -rw-r--r-- | init.vim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
