diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 6df60c4..3a4428d 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -1430,6 +1430,8 @@ function! s:InitWindow(autoclose) setlocal nowrap setlocal winfixwidth setlocal textwidth=0 + setlocal nocursorline + setlocal nocursorcolumn if exists('+relativenumber') setlocal norelativenumber