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 {
|
super.vim-markdown-composer.overrideAttrs (oldAttrs: rec {
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
substituteInPlace "$out"/after/ftplugin/markdown/composer.vim \
|
substituteInPlace "$out"/after/ftplugin/markdown/composer.vim \
|
||||||
--replace "let l:args = [s:plugin_root . '/target/release/markdown-composer']" \
|
--replace "s:plugin_root . '/target/release/markdown-composer'" \
|
||||||
"let l:args = ['${vim-markdown-composer-bin}/bin/markdown-composer']"
|
"'${vim-markdown-composer-bin}/bin/markdown-composer'"
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user