X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/365bbf3bc63d9c1a53c93f9cc6d89521e1d703a4..264389589f068f95b353b7634fa28623aaa5047e:/.vimrc diff --git a/.vimrc b/.vimrc index 191b1c3..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* -set flp=^\\v[[:space:]]*([[:digit:]]\|[[:alpha:]]){1,2}[\\]:.)}[:space:]][[:space:]]+ +let &flp='^\v\s*((\a|\d+)[\]:.)}\t/-]\s|[-\*.·→+]\s)\s*' " formatexpr " expression used for "gq" to format lines