From f30f56c7297b0c27ea78d6f3bef1a049a56f553d Mon Sep 17 00:00:00 2001
From: Gustaf Rydholm <gustaf.rydholm@gmail.com>
Date: Thu, 7 Apr 2022 23:39:06 +0200
Subject: fix(autopairs): escape "

---
 fnl/config/autopairs.fnl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'fnl/config')

diff --git a/fnl/config/autopairs.fnl b/fnl/config/autopairs.fnl
index 8d7025c..994bbf1 100644
--- a/fnl/config/autopairs.fnl
+++ b/fnl/config/autopairs.fnl
@@ -13,8 +13,8 @@
       :disable_filetype [ :TelescopePrompt :spectre_panel ]
       :fast_warp {
           :map "<M-e>"
-          :chars [ "{" "[" "(" '"' "'" ]
-          :pattern string.gsub([[ [%'%"%)%>%]%)%}%,] ]], "%s+", "")
+          :chars [ "{" "[" "(" "\"" "'" ]
+          :pattern (string.gsub "[%'%\"%)%>%]%)%}%,]" "%s+" "")
           :check_comma true
           :highlight :PmenuSel
           :highlight_grey :LineNr
-- 
cgit v1.2.3-70-g09d2