X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d9c2f3a6974308eebace858b251af04d00238ee2..5e3ed1e5a5c0bd74536e3b8d412a4906fe014568:/.vimrc diff --git a/.vimrc b/.vimrc index e530ec3..6f3d5f6 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,5 @@ " vim: set ft=vim : version 7.1 -scriptencoding utf-8 " obtained from the output of :options, then postprocessed: " d2} @@ -674,7 +673,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