Skip to content

Align multiple characters #683

Closed Answered by echasnovski
savchenko asked this question in Q&A
Discussion options

You must be logged in to vote

Splitting is done based on Lua patterns. In Lua patterns, - is a non-greedy quantifier (similar to * in regular regular expressions, but not greedy). Thus it should be escaped with %.

So aligning by -- can be done using %-%- pattern (after pressing s to Split).

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@savchenko
Comment options

@echasnovski
Comment options

@savchenko
Comment options

@echasnovski
Comment options

Answer selected by echasnovski
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants