From 4aafe1c60ce836cb41270152ba54ba14c48e3dde Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Tue, 1 Jul 2014 19:13:39 +0200 Subject: Bug fix for typo introduced in 6c7a66349ec --- autoload/xolox/easytags.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autoload/xolox/easytags.vim') 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 -" 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 -- cgit v1.2.3