fix for missing auto-width var when window width is explicitly set in .vimrc
This commit is contained in:
parent
fc9f1c8437
commit
62fdff9dea
@ -147,6 +147,8 @@ if !exists('loaded_taglist')
|
||||
elseif Tlist_WinWidth == 'auto'
|
||||
let Tlist_WinWidth = 30
|
||||
let s:auto_width = 1
|
||||
else
|
||||
let s:auto_width = 0
|
||||
endif
|
||||
|
||||
" Horizontally split taglist window height setting
|
||||
|
Loading…
Reference in New Issue
Block a user