summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-03-27 20:37:07 +0200
committerhaawda2017-03-27 20:37:07 +0200
commit74a8633446cce0f2e01446067054bfcdeb26dfea (patch)
tree3bae3e250c10d844510398da2a641d2a47b77a8f
parente4f6b80318397798026c610ef614c5402278e67f (diff)
downloadaur-74a8633446cce0f2e01446067054bfcdeb26dfea.tar.gz
Updated version (0.11.0_34_gc5fddf8 -> 0.11.0_38_g5043a96).
Changelog ========= Correctly wrap auto-fill-function when it's toggled on later (5043a96) Update snippets submodule (b4d2f9c) Fix interaction with c auto-fill (22eeb1e) Only update live snippets (30913fd) Restore syntax-propertize-function before indenting snippet (c5fddf8) Ensure inhibit-modification-hooks is nil while modifying buffer (63f44b4) Fix nested snippet expansion (7f337f4) Fix mirror transformation error with expand-env (0d9afb2) Fix running hook variable set as buffer-local (6e9b7f9) Merge: let snippets expand in strings/comments by default (cddb826) Make yas-buffer-local-condition into a defcustom (14819c9) Let snippets expand in strings/comments by default (4f37afd) Merge: snippet-local exit hook; error handling improvements (c87afe0) * yasnippet-tests.el (snippet-exit-hooks): New test. (f3d0e03) Fix snippet local exit hook (6c4fbb2) Remove lambda list building hack (b62cf52) Use debug-on-error to simplify error handling (203df22) Don't catch and rethrow yas-{-}exception (9c9547a) Rework error handling (ac26024) Enable snippet-mode automatically (9abf842) Fix whitespace lossage between mirrors (e74f00e) Make snippets work in org source blocks (0041efe) Refactor snippet marker manipulating functions (d0c6fec) Use :filter instead of yas--fallback (0311fe2) Use more compact format for snippet menus (48cd716) * doc/faq.org: Typos and grammar. (7b3c29d) Update handling of markers during indentation (e878afb) Use git describe for doc HTML output (28d5496) Add timestamp of source revision to HTML doc (4ef1768) Make the documentation build reproducible (cce2e0d) Use expand-env for all snippet evaluations (4ee3835) Respect yas-indent-line for mirror updates (5534cab) Keep yas--snippets-at-point for compatibility (7b013db) Promote yas--snippets-at-point to a public API (2ca6321) Remove last use of flet (c485d13) Reword #744 yet again (8412d71) Rework yas-reload-all message introduced by #744 (80a1098) Improve final message produced by yas-reload-all (4fa52e6)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06bb16477f73..ec1715510e76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 09:56:50 UTC 2017
+# Mon Mar 27 18:37:06 UTC 2017
pkgbase = emacs-yasnippet-git
pkgdesc = Yet another template system for Emacs - git version
- pkgver = 0.11.0_34_gc5fddf8
+ pkgver = 0.11.0_38_g5043a96
pkgrel = 1
url = https://github.com/capitaomorte/yasnippet
install = yasnippet.install
diff --git a/PKGBUILD b/PKGBUILD
index 58b41f2fed04..183bd83914f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-yasnippet-git
-pkgver=0.11.0_34_gc5fddf8
+pkgver=0.11.0_38_g5043a96
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')