X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c277b330e5572316e79a7ea5031d53fc3dd726e1..264389589f068f95b353b7634fa28623aaa5047e:/.vimrc diff --git a/.vimrc b/.vimrc index 68ec6af..267c407 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,3 @@ -" vim: set ft=vim : version 7.1 " obtained from the output of :options, then postprocessed: @@ -673,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