Skip to content

Commit 7f253fe

Browse files
committed
bugfix
1 parent 2bc34ce commit 7f253fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

autoload/easycomplete/popup.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function! s:lint(content, hl, ft)
165165
let l:content = [trimed_content["str"]]
166166
if trimed_content["trimed"]
167167
" TODO 关闭
168-
" call s:log(a:content[0])
168+
echo a:content[0]
169169
endif
170170
call s:InitBuf(l:content, 'float', a:ft)
171171
let screen_col_enc = win_screenpos(win_getid())[1] - 1

autoload/easycomplete/sign.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function! easycomplete#sign#DiagHoverFlush()
8383
endif
8484
endif
8585
let g:easycomplete_diagnostics_last_ln = 0
86+
echo ""
8687
endfunction
8788

8889
" 只清空当前buf的diagnostics

0 commit comments

Comments
 (0)