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 14db0b5 commit 5058210Copy full SHA for 5058210
autoload/OmniSharp/popup.vim
@@ -322,6 +322,8 @@ function! s:VimOpen(what, opts) abort
322
endif
323
" Prevent popup buffer from being listed in buffer list (`:ls`)
324
call setbufvar(winbufnr(winid), '&buflisted', 0)
325
+ " Make wrapping occur at word boundaries
326
+ call setwinvar(winid, '&linebreak', 1)
327
return winid
328
endfunction
329
0 commit comments