diff --git a/README.md b/README.md index 6d46c86..5141458 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,12 @@ The file is **heavily** commented. You're welcome to open, read and change what ## Changelog +### 1.4 + +- Comment & Uncomment feature +- Improve block move Up/Down +- Minor bug fixes + ### 1.3.3 - Smart paste diff --git a/install.sh b/install.sh index 7b99629..f1f68cc 100755 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ else """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " MiniVim " Details on : https://github.com/sd65/MiniVim - let g:MiniVimVersion = "1.3.3" + let g:MiniVimVersion = "1.4" let g:UseCustomKeyBindings = 1 source $HOME/.vim/MiniVim.vimrc """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""