aboutsummaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/xolox/easytags.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim
index 0380956..da73673 100644
--- a/autoload/xolox/easytags.vim
+++ b/autoload/xolox/easytags.vim
@@ -3,7 +3,7 @@
" Last Change: April 19, 2013
" URL: http://peterodding.com/code/vim/easytags/
-let g:xolox#easytags#version = '3.1'
+let g:xolox#easytags#version = '3.1.1'
" Public interface through (automatic) commands. {{{1
@@ -33,7 +33,7 @@ function! xolox#easytags#register(global) " {{{2
endif
endif
endfunction
-
+
" The localtime() when the CursorHold event last fired.
let s:last_automatic_run = 0