1
0
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:
Jan Larres
2011-11-15 18:29:54 +13:00
parent 960332efb1
commit 7cc9789d63

View File

@@ -1430,6 +1430,8 @@ function! s:InitWindow(autoclose)
setlocal nowrap
setlocal winfixwidth
setlocal textwidth=0
setlocal nocursorline
setlocal nocursorcolumn
if exists('+relativenumber')
setlocal norelativenumber