summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-07-04 00:54:46 +0200
committerStefan Husmann2016-07-04 00:54:46 +0200
commitf9b74f967413fb9607ddecc6973896142e17ac46 (patch)
treefa5b88d9305e382ba6db5572a3cd582ee4e5e474
parent303d869637b95bc2ba32f017ecbc619ce4fed0a0 (diff)
downloadaur-f9b74f967413fb9607ddecc6973896142e17ac46.tar.gz
Updated version (0.10.0_13_g8ca8c7d -> 0.10.0_15_g4296a86).
Changelog ========= yasnippet.el (yas--quote-string): Remove. (4296a86) Escape yas-selected-text for new snippet. (8907fd1) Merge: a different fix for #712. (8ca8c7d) Add test for indentation of single line mirrors (9c9952c) Do indent the first line of mirrors, but in correct order (d218ed8) Don't indent first line of mirrors (351c1e3) Fix some compilation warnings (ee6e7a9) Say how to hide the backquote side-effect warning (6b785e1) Merge: restore backquote evaluation behaviour (655bda8) Warn about backquote exprs modifying the buffer (85f39ce) Revert "Separate parsing from evaluation of backquote lisp" (ee4efdb) Separate parsing from evaluation of backquote lisp (e21420a) Make yas-describe-tables easier to use from lisp (c744148) Add region contents to new snippet (1735a28) .travis.yml: Don't notify on success (bc80f67)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6787aa3f181b..61bdb7b6e066 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 21:30:53 UTC 2016
+# Sun Jul 3 22:54:46 UTC 2016
pkgbase = emacs-yasnippet-git
pkgdesc = Yet another template system for Emacs - git version
- pkgver = 0.10.0_13_g8ca8c7d
+ pkgver = 0.10.0_15_g4296a86
pkgrel = 1
url = https://github.com/capitaomorte/yasnippet
install = yasnippet.install
diff --git a/PKGBUILD b/PKGBUILD
index 492ad650af37..8320359d8272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-yasnippet-git
-pkgver=0.10.0_13_g8ca8c7d
+pkgver=0.10.0_15_g4296a86
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')