This commit is contained in:
Kirill Klenov 2011-09-27 16:29:56 +04:00
commit 559420c126
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