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 {
|
||||
postPatch = ''
|
||||
${gnused}/bin/sed \
|
||||
-Ee 's@let go_bin_path = go#path#BinPath\(\)@let go_bin_path = "${binPath}"@g' \
|
||||
-i autoload/go/path.vim
|
||||
-Ee 's@"go_bin_path", ""@"go_bin_path", "${binPath}"@g' \
|
||||
-i autoload/go/config.vim
|
||||
'';
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user