mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-10 19:03:50 -05:00
Disallow pattern option
This commit is contained in:
@@ -42,7 +42,7 @@ let s:easy_align_delimiters_default = {
|
|||||||
let s:just = ['', '[R]']
|
let s:just = ['', '[R]']
|
||||||
|
|
||||||
let s:known_options = {
|
let s:known_options = {
|
||||||
\ 'pattern': [1], 'margin_left': [0, 1], 'margin_right': [0, 1], 'stick_to_left': [0],
|
\ 'margin_left': [0, 1], 'margin_right': [0, 1], 'stick_to_left': [0],
|
||||||
\ 'left_margin': [0, 1], 'right_margin': [0, 1],
|
\ 'left_margin': [0, 1], 'right_margin': [0, 1],
|
||||||
\ 'ignores': [3], 'ignore_unmatched': [0]
|
\ 'ignores': [3], 'ignore_unmatched': [0]
|
||||||
\ }
|
\ }
|
||||||
|
|||||||
Reference in New Issue
Block a user