vim-signify/autoload/sy
James McCoy c2fc1dc78a Revert "Escape 2>&1 in the p4 detection"
This reverts commit 5cdf72acd1.

`shellescape()`, which is what `sy#util#escape()` is a front-end to, is
only supposed to escape a single element of an argv list. In this case,
it's being used to escape multiple -- `p4 info 2>&1 >`. None of that
should be escaped anyway, because they need to be interpreted by the
shell.
2015-05-24 00:41:21 -04:00
..
debug.vim Improve :SyDebug 2014-09-18 13:11:33 +02:00
highlight.vim Add support for lazy loading 2014-11-02 09:28:54 +01:00
jump.vim Move Sy's data from g:sy to b:sy 2013-11-22 13:48:49 +01:00
repo.vim Revert "Escape 2>&1 in the p4 detection" 2015-05-24 00:41:21 -04:00
sign.vim Add the buffer number as an argument to sy#stop() 2014-11-25 11:25:40 -05:00
util.vim Making the cross-platform /dev/null reusable 2014-12-30 15:10:43 -06:00