From: martin f. krafft Date: Tue, 1 Mar 2011 11:50:02 +0000 (+0100) Subject: enumerations really will not be three digits X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/9552d514502828b913515f4a99a33860f87fabb4 enumerations really will not be three digits --- 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