aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--autoload/insert_timeout.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 3eefcb9..7dea76e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0
+1.0.1
diff --git a/autoload/insert_timeout.vim b/autoload/insert_timeout.vim
index 5df8b3d..8ca3e7c 100644
--- a/autoload/insert_timeout.vim
+++ b/autoload/insert_timeout.vim
@@ -6,7 +6,7 @@ endfunction
" Restore update time to its previous value
function! insert_timeout#Leave() abort
- if exists('s:updatetime')
+ if !exists('s:updatetime')
return
endif
let &updatetime = s:updatetime