summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-05-31 13:56:37 +0200
committerStefan Husmann2016-05-31 13:56:37 +0200
commitc5884bcf3288219db66c49b18f48baa6af7dff91 (patch)
tree304c199620542b32244d88874bccb5bc55eaf404
parent1ffbd2fd23df1049dd29a89af2a7aec40e3e32c2 (diff)
downloadaur-c5884bcf3288219db66c49b18f48baa6af7dff91.tar.gz
Updated version (0.9.1_35_g47dbe93 -> 0.9.1_36_ge23a053).
Changelog ========= Avoid bug in insert-file-contents with REPLACE=t (e23a053) Fix broken links in README.mdown (47dbe93) Rename yas-backport-obsolete-alias (497867c) Add yas-backport-obsolete-alias option (bbfa1f0) Extra measures to prevent premature yas-minor-mode (0d79e69) Don't use major-mode syntax-propertize-function (1b8f5b7) Fix field transform application in yas-next-field (6180cc4) Fix outdated and misformatted docs (6f97316) Document $> and fix escaping (e9406f5) Don't indent empty lines in snippet expansion (146b161) Make yasnippet less chatty (bdfab67) Fix some doc formatting (df229b9) Support htmlize.el in Rakefile doc target (78fe979) Fix fields following $0 + region insertion (beb2ba4) Delete active region for trigger key expansion (db4cd31) Revert "Disable region wrapping for trigger key expansion" (5d44a9f) Disable region wrapping for trigger key expansion (e37ce9e) Improve documentation for new register option (c1b2cb7) Add register option for yas-wrap-around-region (ccc9adc) Indent multi-line output from mirrors (eca2f99) Add new tests for multi-line mirror indentation (eeb4b62) Test expansion in an empty buffer (14f830a) yasnippet.el (yas-next-field-will-exit-p): New function. (a87ec54) Refactor yas-next-field a bit (cc14db3) Test and fix problem with mirror+autofill (bfe14f1) Document .yas-setup.el (7799aa9) chmod -x doc/yas-doc-helper.el (c0032e6) Change Emacs installation method for Travis CI (7f03a23) Decide field clearing based on command's effect (567ada0) Only kill snippets for text length change (4f2aa15) yas-dont-activate is a hook (bd30a30) Don't add useless kill ring entries (8771082) yasnippet.el (snippet-mode): Add autoload cookie. (3e67b1b) Avoid potential problems with user's hooks (4c6064c) Further cleanup (4af9fc9) Various cleanup (18f7b1b)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a10abbaeab96..bc1af9dbbdd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 24 17:46:09 UTC 2016
+# Tue May 31 11:56:36 UTC 2016
pkgbase = emacs-yasnippet-git
pkgdesc = Yet another template system for Emacs - git version
- pkgver = 0.9.1_35_g47dbe93
+ pkgver = 0.9.1_36_ge23a053
pkgrel = 1
url = https://github.com/capitaomorte/yasnippet
install = yasnippet.install
diff --git a/PKGBUILD b/PKGBUILD
index 55a2d32f711a..c41e09c79ec3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-yasnippet-git
-pkgver=0.9.1_35_g47dbe93
+pkgver=0.9.1_36_ge23a053
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')