summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2017-02-17 16:49:45 +0100
committerStefan Husmann2017-02-17 16:49:45 +0100
commit7872e5c1f6af6ad6cd365752c50f12e3f5f5646a (patch)
tree8337de6829adbd288c97d809aa794dfe3791759d /PKGBUILD
parentbca581810c9121dad17de11acad7d63cd72ed658 (diff)
downloadaur-7872e5c1f6af6ad6cd365752c50f12e3f5f5646a.tar.gz
Updated version (0.11.0_26_gc87afe0 -> 0.11.0_29_gcddb826).
Changelog ========= 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)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 387cb1d65972..bfef391e84d0 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_26_gc87afe0
+pkgver=0.11.0_29_gcddb826
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')