.vimrc

changeset 341
adf529354b47
parent 340
974da7d3659c
child 343
6cfbfc24ebd6
equal deleted inserted replaced
340:974da7d3659c 341:adf529354b47
343 343
344 344
345 " Plugin settings {{{ 345 " Plugin settings {{{
346 346
347 ">> Viewdoc 347 ">> Viewdoc
348 let g:viewdoc_open = 'new'
348 let g:viewdoc_perldoc_format = 'ansi' 349 let g:viewdoc_perldoc_format = 'ansi'
349 let g:viewdoc_open = 'split'
350 350
351 ">> Gundo 351 ">> Gundo
352 " I prefer python3 on windows if I have to use it. Needs a dll in path. 352 " I prefer python3 on windows if I have to use it. Needs a dll in path.
353 if on_windows == 1 353 if on_windows == 1
354 let g:gundo_prefer_python3=1 354 let g:gundo_prefer_python3=1

mercurial