localcfg/plugins/patchreview_vim.vimΒΆ

Enforce vim script implementation to reduce ambiguities and improve robustness:

scriptversion 4

If the awesome wormpatch is available use it:

if executable('wpatch')
    const g:patchreview_patch = exepath('wpatch')
endif