372 " Plugin settings {{{ |
372 " Plugin settings {{{ |
373 |
373 |
374 ">> Viewdoc |
374 ">> Viewdoc |
375 let g:viewdoc_open = 'new' |
375 let g:viewdoc_open = 'new' |
376 let g:viewdoc_perldoc_format = 'ansi' |
376 let g:viewdoc_perldoc_format = 'ansi' |
|
377 let g:viewdoc_winwidth_max = 100 |
377 |
378 |
378 ">> Gundo |
379 ">> Gundo |
379 " I prefer python3 on windows if I have to use it. Needs a dll in path. |
380 " I prefer python3 on windows if I have to use it. Needs a dll in path. |
380 if on_windows == 1 |
381 if on_windows == 1 |
381 let g:gundo_prefer_python3=1 |
382 let g:gundo_prefer_python3=1 |