From 2dd97add212c996763ff04f96478d7489b4945ab Mon Sep 17 00:00:00 2001 From: seiya guan Date: Thu, 9 Jan 2014 12:09:12 +0800 Subject: [PATCH] update to 0.93 fix g:Lookupfile_TagExpr setting error --- plugin/CreateTags.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/CreateTags.vim b/plugin/CreateTags.vim index 6455217..b36d4c5 100644 --- a/plugin/CreateTags.vim +++ b/plugin/CreateTags.vim @@ -6,6 +6,7 @@ " 0.91 Added param for CreateTags function,If not will " " use current path for default " " 0.92 fix bug when give the path to create tags " +" 0.93 fix g:LookupFile_TagExpr set error " """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" if !has('python')