Ensure s:auto_width exists.

This commit is contained in:
jez 2011-03-18 02:50:52 -04:00
parent 423b8ea449
commit f0ab56514e
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ if !exists('loaded_taglist')
" Vertically split taglist window width setting " Vertically split taglist window width setting
if !exists('Tlist_WinWidth') if !exists('Tlist_WinWidth')
let Tlist_WinWidth = 30 let Tlist_WinWidth = 30
let s:auto_width = 0
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