From 7c4f430c76d1c5db4f5759138a890955e3513fd1 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 22 Apr 2008 01:02:25 -0500 Subject: turns out i did need to remove the most recent item here --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index cd64033..29ae370 100644 --- a/vimrc +++ b/vimrc @@ -294,6 +294,7 @@ function Latex_foldtext() " {{{ if type == '' let type = new_type elseif type != new_type + let item_name = item_name[0:-2] break endif let item_name += [item_index] -- cgit v1.2.3-54-g00ecf