mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-12 03:43:48 -05:00
Update shorthand notation for stick_to_left: > to unset
- `<` == `stl1` - `>` == `stl0`
This commit is contained in:
@@ -385,7 +385,7 @@ The following table summarizes the shorthand notation.
|
||||
`filter` | `[gv]/.*/`
|
||||
`left_margin` | `l[0-9]+`
|
||||
`right_margin` | `r[0-9]+`
|
||||
`stick_to_left` | `<` or `s[01]`
|
||||
`stick_to_left` | `<` or `>`
|
||||
`ignore_unmatched` | `iu[01]`
|
||||
`ignore_groups` | `ig\[.*\]`
|
||||
`align` | `a[lrc*]*`
|
||||
|
||||
Reference in New Issue
Block a user