diff --git a/.vimrc b/.vimrc index 47bf79b..4940c0e 100644 --- a/.vimrc +++ b/.vimrc @@ -85,11 +85,3 @@ else endif - - -"" If you prefer the Omni-Completion tip window to close when a selection is -"" made, these lines close it on movement in insert mode or when leaving -"" insert mode -"autocmd CursorMovedI * if pumvisible() == 0|pclose|endif -"autocmd InsertLeave * if pumvisible() == 0|pclose|endif -" diff --git a/README.md b/README.md index 93880a9..88d9a37 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ WebVim is only a distribution that contains plugins. The plugin authors have mad ## History + - __1.1.0__ Add user config, autocmd file, fix easyalign mapping, update Nerdtree config, better mouse support in in sert mode - __1.0.0__ Becomes `webvim` with an install process, a better configuration system, better plugins neighborhood - __0.1.0__ A basic `dotvim` repository with my own Vim configuration