Fix center-alignment

= = eee   = eee = f
= = gg  &&= gg
= = fff

= = eee   = eee = f
= = gg  &&= gg
= = f f
This commit is contained in:
Junegunn Choi
2013-09-21 03:31:34 +09:00
parent df75520f72
commit 663264ed39

View File

@@ -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)