ソースを参照

use compact variable view in vdebug

This is good, since most of the variables we see in php are really large arrays.
Weiyi Lou 13 年 前
コミット
2d0f26a501
1 ファイル変更1 行追加0 行削除
  1. 1 0
      vim/vimrc

+ 1 - 0
vim/vimrc

@@ -335,6 +335,7 @@ let g:ctrlp_user_command = {
 """"""""" Vdebug
 """"""""" Vdebug
 let g:vdebug_options = {
 let g:vdebug_options = {
   \ 'break_on_open' : 0,
   \ 'break_on_open' : 0,
+  \ 'watch_window_style' : 'compact',
   \ 'path_maps' : {"/usr": "/jails/alcatraz/usr"}
   \ 'path_maps' : {"/usr": "/jails/alcatraz/usr"}
 \ }
 \ }