mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 03:50:26 +01:00
Locally disable cursorline/column, closes #49
This commit is contained in:
@@ -1430,6 +1430,8 @@ function! s:InitWindow(autoclose)
|
||||
setlocal nowrap
|
||||
setlocal winfixwidth
|
||||
setlocal textwidth=0
|
||||
setlocal nocursorline
|
||||
setlocal nocursorcolumn
|
||||
|
||||
if exists('+relativenumber')
|
||||
setlocal norelativenumber
|
||||
|
||||
Reference in New Issue
Block a user