summaryrefslogtreecommitdiff
path: root/editors/parinfer-rust/files/patch-plugin_parinfer.vim
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2022-01-18 14:42:59 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2022-01-18 14:47:37 +0000
commit32227949c17ad754b953a2c6332f2a4dbfe3c046 (patch)
tree1a595e36b5adf2ace7d71b900f0e8ee2799abdae /editors/parinfer-rust/files/patch-plugin_parinfer.vim
parentdevel/py-msal: Fix requirement version (diff)
editors/parinfer-rust: Update to latest git snapshot
- Explicitly enable support for Emacs - Remove the already upstream-ed vim support patch PR: 261221 Approved by: mikael (maintainer)
Diffstat (limited to 'editors/parinfer-rust/files/patch-plugin_parinfer.vim')
-rw-r--r--editors/parinfer-rust/files/patch-plugin_parinfer.vim13
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'