From a37a8f2026b7710c49dbdceed5834630fb65e0fb Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Tue, 22 Apr 2008 01:31:26 -0500 Subject: add note about a minor bug in the list item foldtext code --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 4559c59..e830c79 100644 --- a/vimrc +++ b/vimrc @@ -272,6 +272,9 @@ function Latex_foldtext() " {{{ endif " }}} " format list items nicely {{{ + " XXX: nesting different types of lists doesn't give quite the correct + " result - an enumerate inside an itemize inside an enumerate should use + " (a), but here it will go back to using 1. if line =~ '\\item' let item_name = [] let item_depth = 0 -- cgit v1.2.3