vim-sussify/autoload
Marco Hinz 295fe7a09a Avoid '&&' in system()
I assumed that every shell would support '&&'. Apparently this is not the case
for Fish: it uses 'and'...

Anyway, the simple solution is to avoid cd'ing in the proper directory first
and just using absolute paths for ln instead.

References #165.
2015-12-11 15:51:08 +01:00
..
startify.vim Avoid '&&' in system() 2015-12-11 15:51:08 +01:00