X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d9c2f3a6974308eebace858b251af04d00238ee2..264389589f068f95b353b7634fa28623aaa5047e:/.vimrc diff --git a/.vimrc b/.vimrc index e530ec3..267c407 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,4 @@ -" vim: set ft=vim : version 7.1 -scriptencoding utf-8 " obtained from the output of :options, then postprocessed: " d2} @@ -674,7 +672,7 @@ set fo=tcroqn1l " pattern to recognize a numbered list " (local to buffer) " set flp=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* -let &flp='^\v\s*%(%(\a{1,2}|\d+)[]:.)}\t/-]|[-*.·→+])\s+' +let &flp='^\v\s*((\a|\d+)[\]:.)}\t/-]\s|[-\*.·→+]\s)\s*' " formatexpr " expression used for "gq" to format lines