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
Hello! vim-easy-align is an awesome plugin!
But I just don't know how to use lookahead assertion or lookbehind assertion in regex mode
for example, I want to match all ' | ' but not ' \| ' , and I write regex like (?<!\\)\| but it doesn't work...
The text was updated successfully, but these errors were encountered:
Hello! vim-easy-align is an awesome plugin!
But I just don't know how to use lookahead assertion or lookbehind assertion in regex mode
for example, I want to match all ' | ' but not ' \| ' , and I write regex like (?<!\\)\| but it doesn't work...
The text was updated successfully, but these errors were encountered: