Skip to content

Commit 26e70b0

Browse files
don't wrap for vim to align with neovim
1 parent 8d7dbb9 commit 26e70b0

File tree

1 file changed

+1
-0
lines changed
  • autoload/vital/__vital__/Experimental/UI

1 file changed

+1
-0
lines changed

autoload/vital/__vital__/Experimental/UI/Popup.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function! s:create(opt) abort
3939
\ 'col': data['sx'],
4040
\ 'line': data['sy'],
4141
\ 'scrollbar': 0,
42+
\ 'wrap': 0,
4243
\ })
4344
let data['bufnr'] = winbufnr(data['winid'])
4445
endif

0 commit comments

Comments
 (0)