mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-12 20:03:49 -05:00
Fix regular expression for = rule
Bug reported by @cvlmtg
This commit is contained in:
@@ -201,7 +201,7 @@ Expect:
|
||||
* #65 ?=
|
||||
Given:
|
||||
a?=b
|
||||
aa?=bb
|
||||
aa-=bb
|
||||
aaa?=bbb
|
||||
|
||||
Do (#65 Alignment around ?=):
|
||||
@@ -209,7 +209,7 @@ Do (#65 Alignment around ?=):
|
||||
|
||||
Expect:
|
||||
a ?= b
|
||||
aa ?= bb
|
||||
aa -= bb
|
||||
aaa ?= bbb
|
||||
|
||||
Include: include/teardown.vader
|
||||
|
||||
Reference in New Issue
Block a user