From 9552d514502828b913515f4a99a33860f87fabb4 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 1 Mar 2011 12:50:02 +0100 Subject: [PATCH] enumerations really will not be three digits --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 2eab78a..2b8686a 100644 --- a/.vimrc +++ b/.vimrc @@ -673,7 +673,7 @@ set fo=tcroqn1l " pattern to recognize a numbered list " (local to buffer) " set flp=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* -set flp=^\\v[[:space:]]*([[:digit:]]+\|[[:alpha:]])[\\]:.)}[:space:]][[:space:]]+ +set flp=^\\v[[:space:]]*([[:digit:]]\|[[:alpha:]]){1,2}[\\]:.)}[:space:]][[:space:]]+ " formatexpr " expression used for "gq" to format lines -- 2.39.2