diff options
Diffstat (limited to 'editors/parinfer-rust/files/patch-plugin_parinfer.vim')
| -rw-r--r-- | editors/parinfer-rust/files/patch-plugin_parinfer.vim | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/parinfer-rust/files/patch-plugin_parinfer.vim b/editors/parinfer-rust/files/patch-plugin_parinfer.vim deleted file mode 100644 index 751719cf54d5..000000000000 --- a/editors/parinfer-rust/files/patch-plugin_parinfer.vim +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 - - if !exists('g:parinfer_dylib_path') -+ let g:parinfer_dylib_path = 'libparinfer_rust.so' -+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 = s:libdir . '/libparinfer_rust.dylib' |
