summaryrefslogtreecommitdiff
path: root/editors/parinfer-rust/files
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-01-05 05:41:50 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-01-05 05:41:50 +0000
commit506dfcf54237a91292ddc089af043250a9d21dc7 (patch)
tree9beb50bb50c28ee218ac6d09298c88e1d576e18a /editors/parinfer-rust/files
parentx11-wm/cwm: Update to 6.6 (diff)
editors/parinfer-rust: Update to v0.4.2
Changes: https://github.com/eraserhd/parinfer-rust/blob/v0.4.2/CHANGELOG.adoc
Diffstat (limited to 'editors/parinfer-rust/files')
-rw-r--r--editors/parinfer-rust/files/patch-plugin_parinfer.vim6
1 files changed, 3 insertions, 3 deletions
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('<sfile>:p:h:h') . '/target/release'
if has('macunix')
- let g:parinfer_dylib_path = expand('<sfile>:p:h:h'). '/target/release/libparinfer_rust.dylib'
- elseif has('unix')
+ let g:parinfer_dylib_path = s:libdir . '/libparinfer_rust.dylib'