mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-13 04:13:48 -05:00
Fix typo
This commit is contained in:
@@ -146,7 +146,7 @@ Then we get:
|
|||||||
apple;: banana:: cake
|
apple;: banana:: cake
|
||||||
data;; exchange:; format
|
data;; exchange:; format
|
||||||
|
|
||||||
Options keys are fuzzy-matched, so you can write as follows:
|
Option names are fuzzy-matched, so you can write as follows:
|
||||||
|
|
||||||
- `:EasyAlign * /[:;]\+/ { 'stl': 1, 'l': 0 }`
|
- `:EasyAlign * /[:;]\+/ { 'stl': 1, 'l': 0 }`
|
||||||
|
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ Then we get:
|
|||||||
apple;: banana:: cake
|
apple;: banana:: cake
|
||||||
data;; exchange:; format
|
data;; exchange:; format
|
||||||
|
|
||||||
Options keys are fuzzy-matched, so you can write as follows:
|
Option names are fuzzy-matched, so you can write as follows:
|
||||||
|
|
||||||
- :EasyAlign * /[:;]\+/ { 'stl': 1, 'l': '' }
|
- :EasyAlign * /[:;]\+/ { 'stl': 1, 'l': '' }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user