From e635a23cf5422896a7e06afd677d7bb547f81eaa Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Mon, 1 Oct 2012 21:57:28 +1300 Subject: [PATCH] Don't disable cursorline/column locally --- autoload/tagbar.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index b852099..4a9ac1d 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -1712,8 +1712,6 @@ function! s:InitWindow(autoclose) abort setlocal nowrap setlocal winfixwidth setlocal textwidth=0 - setlocal nocursorline - setlocal nocursorcolumn setlocal nospell if exists('+relativenumber')