Skip to content

Commit 4de2999

Browse files
committed
add all
1 parent 007f4e4 commit 4de2999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/easycomplete/popup.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function! s:lint(content, hl, ft)
158158
let distance = s:GetCurrentLineLastCharToWindowRightEdgeDistance()
159159
try
160160
if distance < 5
161-
call s:log(a:content)
161+
echo a:content[0]
162162
return
163163
endif
164164
let l:content = [easycomplete#util#lintTrim(a:content[0], distance, 2)]

0 commit comments

Comments
 (0)