Skip to content

Commit

Permalink
Fix wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdaler committed Mar 20, 2023
1 parent 6ba9842 commit a4a869c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/youcompleteme.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,7 @@ if exists( '*popup_atcursor' )

let popup_params = {
\ 'col': col,
\ 'wrap': 1,
\ 'wrap': wrap,
\ 'padding': [ 0, 1, 0, 1 ],
\ 'moved': 'word',
\ 'maxwidth': &columns,
Expand Down

0 comments on commit a4a869c

Please sign in to comment.