Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
Add border filetype (for scrolling...)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsh7th committed Dec 26, 2020
1 parent 24b9334 commit 3c9146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/compe/documentation.vim
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function! compe#documentation#open(document) abort
\ 'col': l:layout.col,
\ 'maxwidth': l:maxwidth,
\ 'maxheight': l:maxheight,
\ 'filetype': '',
\ 'filetype': 'border',
\ 'contents': l:borders,
\ 'winhl': 'NormalFloat:Normal',
\ })
Expand Down

0 comments on commit 3c9146a

Please sign in to comment.