From 039e2cd134825ada08e8aa63630c4d9c1d7d24c6 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 21 Jan 2013 18:12:05 -0500 Subject: [PATCH] sleuth.vim 1.1 * Support custom tabstop in pure tabs files. * Fix performance issue with globbing for other files. * Skip over POD comments. --- plugin/sleuth.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/sleuth.vim b/plugin/sleuth.vim index 74af49e..a46ddf9 100644 --- a/plugin/sleuth.vim +++ b/plugin/sleuth.vim @@ -1,6 +1,6 @@ " sleuth.vim - Heuristically set buffer options " Maintainer: Tim Pope -" Version: 1.0 +" Version: 1.1 " GetLatestVimScripts: 4375 1 :AutoInstall: sleuth.vim if exists("g:loaded_sleuth") || v:version < 700 || &cp