diff options
-rw-r--r-- | autoload/xolox/easytags.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/xolox/easytags.vim b/autoload/xolox/easytags.vim index 823120a..4c67c4c 100644 --- a/autoload/xolox/easytags.vim +++ b/autoload/xolox/easytags.vim @@ -1,6 +1,6 @@ " Vim script " Author: Peter Odding <peter@peterodding.com> -" Last Change: June 30, 2014 +" Last Change: July 1, 2014 " URL: http://peterodding.com/code/vim/easytags/ let g:xolox#easytags#version = '3.5' @@ -426,7 +426,7 @@ function! xolox#easytags#restore_automatic_updates() " {{{2 if exists('s:easytags_auto_update_save') let g:easytags_auto_update = s:easytags_auto_update_save unlet s:easytags_auto_update_save - else + endif endfunction " Public API for definition of file type specific dynamic syntax highlighting. {{{1 |