m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Add toggle-preview-wrap action

This commit is contained in:
Junegunn Choi
2017-02-18 23:49:00 +09:00
parent 309e1d8619
commit c82fb3c9b9
5 changed files with 15 additions and 1 deletions

View File

@@ -596,7 +596,7 @@ func (r *LightRenderer) MaxY() int {
}
func (r *LightRenderer) DoesAutoWrap() bool {
return true
return false
}
func (r *LightRenderer) IsOptimized() bool {