Package Details: vis-fzf-open-git r17.b1666a3-1

Git Clone URL: https://aur.archlinux.org/vis-fzf-open-git.git (read-only, click to copy)
Package Base: vis-fzf-open-git
Description: Use fzf to open files in vis.
Upstream URL: https://git.sr.ht/~mcepl/vis-fzf-open
Licenses: AGPL3
Conflicts: vis-fzf-open
Provides: vis-fzf-open
Submitter: andreafeletto
Maintainer: None
Last Packager: andreafeletto
Votes: 0
Popularity: 0.000000
First Submitted: 2020-11-18 11:12 (UTC)
Last Updated: 2021-05-13 13:02 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

andreafeletto commented on 2021-09-14 09:33 (UTC)

The author provides no contact information (that I know of), so there is no way of sending patches.

adigitoleo commented on 2021-09-13 16:25 (UTC)

Not sure how to send patches upstream, can't see a mailing list anywhere...

From 5d02a5874f44f82a1d7636908b2eccceff5bff8d Mon Sep 17 00:00:00 2001
From: adigitoleo <adigitoleo@dissimulo.com>
Date: Tue, 14 Sep 2021 02:10:47 +1000
Subject: [PATCH] Declare module as local

This avoids global namespace conflicts, e.g. if other plugins also
define a `module` variable.
---
 init.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.lua b/init.lua
index 47386a5..bd35541 100644
--- a/init.lua
+++ b/init.lua
@@ -13,7 +13,7 @@
 -- You should have received a copy of the GNU Affero General Public License
 -- along with this program.  If not, see <https://www.gnu.org/licenses/>.

-module = {}
+local module = {}
 module.fzf_path = "fzf"
 module.fzf_args = ""

-- 
2.33.0