.vimrc

changeset 416
ef460163c246
parent 414
9536ca40b624
child 418
7a92f61a3c11
equal deleted inserted replaced
415:0012a1fb26e5 416:ef460163c246
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

mercurial