1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 19:40:27 +01:00

Don't disable cursorline/column locally

This commit is contained in:
Jan Larres
2012-10-01 21:57:28 +13:00
parent 2fee7677d5
commit e635a23cf5

View File

@@ -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')