mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 03:50:26 +01:00
Merge branch 'master' into large-file-handling
This commit is contained in:
@@ -954,10 +954,19 @@ function! s:InitWindow(autoclose) abort
|
||||
" Window-local options
|
||||
|
||||
setlocal nolist
|
||||
setlocal nowrap
|
||||
setlocal winfixwidth
|
||||
setlocal nospell
|
||||
|
||||
if g:tagbar_wrap == 0
|
||||
setlocal nowrap
|
||||
else
|
||||
setlocal wrap
|
||||
if exists('+linebreak')
|
||||
setlocal breakindent
|
||||
setlocal breakindentopt=shift:4
|
||||
endif
|
||||
endif
|
||||
|
||||
if g:tagbar_show_linenumbers == 0
|
||||
setlocal nonumber
|
||||
if exists('+relativenumber')
|
||||
|
||||
Reference in New Issue
Block a user