mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
vimPlugins.vim-markdown-composer: fix executing
The source for setting the path is slightly different, so relax the search/replace term, so it works with the new version. Fixes starting the web-preview process.
This commit is contained in:
parent
8d8b6e8f44
commit
511491b547
@ -980,8 +980,8 @@ self: super: {
|
||||
super.vim-markdown-composer.overrideAttrs (oldAttrs: rec {
|
||||
preFixup = ''
|
||||
substituteInPlace "$out"/after/ftplugin/markdown/composer.vim \
|
||||
--replace "let l:args = [s:plugin_root . '/target/release/markdown-composer']" \
|
||||
"let l:args = ['${vim-markdown-composer-bin}/bin/markdown-composer']"
|
||||
--replace "s:plugin_root . '/target/release/markdown-composer'" \
|
||||
"'${vim-markdown-composer-bin}/bin/markdown-composer'"
|
||||
'';
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user