Skip to content

Commit

Permalink
fix(dialog): set nonumber for floating doc (#4870)
Browse files Browse the repository at this point in the history
  • Loading branch information
fannheyward authored Feb 21, 2024
1 parent d49c6ee commit d35f0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/coc/dialog.vim
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function! coc#dialog#create_cursor_float(winid, bufnr, lines, config) abort
let alignTop = dimension['row'] < 0
let winid = res[0]
let bufnr = res[1]
call coc#compat#execute(winid, 'setl nonumber')
redraw
if has('nvim')
call coc#float#nvim_scrollbar(winid)
Expand Down

0 comments on commit d35f0d0

Please sign in to comment.