You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" embed actual characters
" more powerful
/pattern/([lrc][^lrc]+)+/
" similar, with control-char delimiter
" most powerful
" more inconvenient to type
/pattern/([lrc][^<ctrl-x>]+<ctrl-x>)+/
" encode space/tab, plugin option to set default as space/tab
" backwards compatible
/pattern/([lrc](\d+[st]?|[st])+)+/
I don't think its possible to align to nearest tabstop without first counting characters of the longest line, manually. So I propose this:
Legend:
-
: characters
: space.
: tabWhere tab is appropriate number of spaces if
expandtab
.The text was updated successfully, but these errors were encountered: