mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-12 03:43:48 -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
|
endfunction
|
||||||
|
|
||||||
function! s:trim(str)
|
function! s:trim(str)
|
||||||
return substitute(a:str, '^\s*\(\S*\)\s*$', '\1', '')
|
return substitute(a:str, '^\s*\(.\{-}\)\s*$', '\1', '')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:fuzzy_lu(key)
|
function! s:fuzzy_lu(key)
|
||||||
|
|||||||
Reference in New Issue
Block a user