diff --git a/autoload/sy/util.vim b/autoload/sy/util.vim index 6fccbae..1a92eee 100644 --- a/autoload/sy/util.vim +++ b/autoload/sy/util.vim @@ -134,7 +134,7 @@ function! sy#util#popup_create(hunkdiff) abort \ 'relative': 'win', \ 'row': winline(), \ 'col': offset - 1, - \ 'width': winwidth('%') - offset, + \ 'width': winwidth('%') - offset + 1, \ 'height': height, \ }) call nvim_win_set_option(s:popup_window, 'cursorline', v:false)