summaryrefslogtreecommitdiff
path: root/editors/parinfer-rust/files
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-09-21 04:44:11 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-09-21 04:44:11 +0000
commitf871a27389cdcfbe82fd601442f99cff245b47e4 (patch)
tree10650167164d0946fce69a00025179d743f71db6 /editors/parinfer-rust/files
parent- Change from USES=iconv to USES=iconv:patch. [*] (diff)
editors/parinfer-rust: Update to v0.4.0
Changes: https://github.com/eraserhd/parinfer-rust/blob/v0.4.0/CHANGELOG.adoc
Diffstat (limited to 'editors/parinfer-rust/files')
-rw-r--r--editors/parinfer-rust/files/patch-rc_parinfer.kak11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/parinfer-rust/files/patch-rc_parinfer.kak b/editors/parinfer-rust/files/patch-rc_parinfer.kak
deleted file mode 100644
index f087c994a62a..000000000000
--- a/editors/parinfer-rust/files/patch-rc_parinfer.kak
+++ /dev/null
@@ -1,11 +0,0 @@
---- rc/parinfer.kak.orig 2019-01-26 21:44:33 UTC
-+++ rc/parinfer.kak
-@@ -72,7 +72,5 @@ hook -group parinfer global WinSetOption filetype=(clo
- hook -group parinfer window NormalKey .* %{ parinfer -if-enabled -smart }
- hook -group parinfer window InsertChar (?!\n).* %{ parinfer -if-enabled -smart }
- hook -group parinfer window InsertDelete .* %{ parinfer -if-enabled -smart }
--}
--hook -group parinfer global WinSetOption filetype=(!clojure|lisp|scheme).* %{
-- remove-hooks window parinfer
-+ hook -once -always window WinSetOption filetype=.* %{ remove-hooks window parinfer }
- }