emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/jinja2-mode bc7365c60a 29/57: Forgot a dash


From: ELPA Syncer
Subject: [nongnu] elpa/jinja2-mode bc7365c60a 29/57: Forgot a dash
Date: Mon, 17 Jan 2022 05:58:25 -0500 (EST)

branch: elpa/jinja2-mode
commit bc7365c60a905d73615c871c9623085cddbd34da
Author: Florian Mounier <florian.mounier@kozea.fr>
Commit: Florian Mounier <florian.mounier@kozea.fr>

    Forgot a dash
---
 jinja2-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jinja2-mode.el b/jinja2-mode.el
index 33a9453160..a9ada899e2 100644
--- a/jinja2-mode.el
+++ b/jinja2-mode.el
@@ -243,7 +243,7 @@
     (forward-line -1)
     (if (looking-at "^[ \t]*{%-? *end") ; Don't indent after end
         (current-indentation)
-      (if (looking-at (concat "^[ \t]*{%-? *.*?{% *end" (regexp-opt 
(jinja2-indenting-keywords))))
+      (if (looking-at (concat "^[ \t]*{%-? *.*?{%-? *end" (regexp-opt 
(jinja2-indenting-keywords))))
           (current-indentation)
         (if (looking-at (concat "^[ \t]*{%-? *" (regexp-opt 
(jinja2-indenting-keywords)))) ; Check start tag
             (+ (current-indentation) indent-width)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]