From 506dfcf54237a91292ddc089af043250a9d21dc7 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sun, 5 Jan 2020 05:41:50 +0000 Subject: editors/parinfer-rust: Update to v0.4.2 Changes: https://github.com/eraserhd/parinfer-rust/blob/v0.4.2/CHANGELOG.adoc --- editors/parinfer-rust/files/patch-plugin_parinfer.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/parinfer-rust/files') diff --git a/editors/parinfer-rust/files/patch-plugin_parinfer.vim b/editors/parinfer-rust/files/patch-plugin_parinfer.vim index 4bd8e86250d9..751719cf54d5 100644 --- a/editors/parinfer-rust/files/patch-plugin_parinfer.vim +++ b/editors/parinfer-rust/files/patch-plugin_parinfer.vim @@ -1,4 +1,4 @@ ---- plugin/parinfer.vim.orig 2019-01-26 15:56:17 UTC +--- plugin/parinfer.vim.orig 2020-01-04 23:58:23 UTC +++ plugin/parinfer.vim @@ -9,6 +9,10 @@ if !exists('g:parinfer_force_balance') endif @@ -8,6 +8,6 @@ +endif + +if !exists('g:parinfer_dylib_path') + let s:libdir = expand(':p:h:h') . '/target/release' if has('macunix') - let g:parinfer_dylib_path = expand(':p:h:h'). '/target/release/libparinfer_rust.dylib' - elseif has('unix') + let g:parinfer_dylib_path = s:libdir . '/libparinfer_rust.dylib' -- cgit v1.2.3