summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-31 21:43:14 +0100
committerStefan Husmann2017-01-31 21:43:14 +0100
commit35329305ca4aba03b55432f3e8adcd4ccce0d920 (patch)
tree8729528c9874fbd40bb1838060c1b192f2cffb08
parent39a6bad43b9968822128f97cc0d30ba6daa62f04 (diff)
downloadaur-35329305ca4aba03b55432f3e8adcd4ccce0d920.tar.gz
Updated version (0.11.0_17_g0041efe -> 0.11.0_18_ge74f00e).
Changelog ========= 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 2aba7fd5b812..e4257c8a7975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 12:15:26 UTC 2017
+# Tue Jan 31 20:43:14 UTC 2017
pkgbase = emacs-yasnippet-git
pkgdesc = Yet another template system for Emacs - git version
- pkgver = 0.11.0_17_g0041efe
+ pkgver = 0.11.0_18_ge74f00e
pkgrel = 1
url = https://github.com/capitaomorte/yasnippet
install = yasnippet.install
diff --git a/PKGBUILD b/PKGBUILD
index 73b49f885a57..7ffa824326cb 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_17_g0041efe
+pkgver=0.11.0_18_ge74f00e
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')