fix for missing auto-width var when window width is explicitly set in .vimrc

This commit is contained in:
Jamey Cribbs 2011-09-23 11:15:09 -04:00
parent fc9f1c8437
commit 62fdff9dea
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,8 @@ if !exists('loaded_taglist')
elseif Tlist_WinWidth == 'auto' elseif Tlist_WinWidth == 'auto'
let Tlist_WinWidth = 30 let Tlist_WinWidth = 30
let s:auto_width = 1 let s:auto_width = 1
else
let s:auto_width = 0
endif endif
" Horizontally split taglist window height setting " Horizontally split taglist window height setting