mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-11 19:33:50 -05:00
Fix center-alignment
= = eee = eee = f = = gg &&= gg = = fff = = eee = eee = f = = gg &&= gg = = f f
This commit is contained in:
@@ -161,7 +161,7 @@ function! s:rtrim(str)
|
||||
endfunction
|
||||
|
||||
function! s:trim(str)
|
||||
return substitute(a:str, '^\s*\(\S*\)\s*$', '\1', '')
|
||||
return substitute(a:str, '^\s*\(.\{-}\)\s*$', '\1', '')
|
||||
endfunction
|
||||
|
||||
function! s:fuzzy_lu(key)
|
||||
|
||||
Reference in New Issue
Block a user