mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-13 04:13:48 -05:00
Allow whitespaces between delimiter key and options
This commit is contained in:
@@ -16,6 +16,8 @@ function! GFM()
|
||||
\ lang, lang, lang)
|
||||
endfor
|
||||
let b:current_syntax='mkd'
|
||||
|
||||
syntax sync fromstart
|
||||
endfunction
|
||||
|
||||
silent! unlet g:easy_align_delimiters
|
||||
@@ -39,5 +41,4 @@ set buftype=nofile
|
||||
silent! ScrollPositionHide
|
||||
|
||||
call GFM()
|
||||
syntax sync fromstart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user