We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee078c commit aa41740Copy full SHA for aa41740
autoload/OmniSharp/popup.vim
@@ -318,6 +318,8 @@ function! s:VimOpen(what, opts) abort
318
endif
319
" Prevent popup buffer from being listed in buffer list (`:ls`)
320
call setbufvar(winbufnr(winid), '&buflisted', 0)
321
+ " Make wrapping occur at word boundaries
322
+ call setwinvar(winid, '&linebreak', 1)
323
return winid
324
endfunction
325
0 commit comments