vim-plugins: vim-go: patch go#config#BinPath() instead of the caller
This commit is contained in:
parent
290dd06d14
commit
5ac0ee6ea8
@ -276,8 +276,8 @@ with generated;
|
|||||||
in {
|
in {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
${gnused}/bin/sed \
|
${gnused}/bin/sed \
|
||||||
-Ee 's@let go_bin_path = go#path#BinPath\(\)@let go_bin_path = "${binPath}"@g' \
|
-Ee 's@"go_bin_path", ""@"go_bin_path", "${binPath}"@g' \
|
||||||
-i autoload/go/path.vim
|
-i autoload/go/config.vim
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user