summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-07-19 18:51:34 +0200
committerStefan Husmann2016-07-19 18:51:34 +0200
commit9a82ed6e4fe4bc7120c95ee0d33b44e1197c7d8b (patch)
tree9cd784a3d8d70654bc7af72e6784c50d8a52f10f
parent63c30d6237d471fd2a4719a667cd861343159fe3 (diff)
downloadaur-9a82ed6e4fe4bc7120c95ee0d33b44e1197c7d8b.tar.gz
Updated version (0.10.0_21_g9500b00 -> 0.10.0_26_g244cdfa).
Changelog ========= Merge: Simplify `yas-new-snippet' load&save logic (244cdfa) Fix yas--message verbosity levels (dc098cf) Load snippet after saving (3129040) Simplify `yas-new-snippet' load&save logic (0ee86a2) Fix some quoting problems in doc strings (ea9581f) Fix field navigation in the backwards direction (9500b00) Don't clobber match data in modification hooks (0db65ee) yasnippet.el (yas-escape-text): No error on nil text (7661dc1) Don't warn about modifications to other buffers (42b0c26) Fix removal of snippets by uuid (d4da806) Add test for loading snippet with same uuid (a4fafc3) 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 b29f69bdbd3a..031f0e23fc7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 14 18:49:09 UTC 2016
+# Tue Jul 19 16:51:34 UTC 2016
pkgbase = emacs-yasnippet-git
pkgdesc = Yet another template system for Emacs - git version
- pkgver = 0.10.0_21_g9500b00
+ pkgver = 0.10.0_26_g244cdfa
pkgrel = 1
url = https://github.com/capitaomorte/yasnippet
install = yasnippet.install
diff --git a/PKGBUILD b/PKGBUILD
index 1bc869839161..1544c0302451 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_21_g9500b00
+pkgver=0.10.0_26_g244cdfa
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')