diff options
author | Stefan Husmann | 2017-02-03 20:32:11 +0100 |
---|---|---|
committer | Stefan Husmann | 2017-02-03 20:32:11 +0100 |
commit | febf72de0bff5beab7d40adc15c098f9c8a16ca9 (patch) | |
tree | 0444eb2243c3f27254c2eb0f3918f90108871201 /PKGBUILD | |
parent | 35329305ca4aba03b55432f3e8adcd4ccce0d920 (diff) | |
download | aur-febf72de0bff5beab7d40adc15c098f9c8a16ca9.tar.gz |
Updated version (0.11.0_18_ge74f00e -> 0.11.0_19_g9abf842).
Changelog
=========
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-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=emacs-yasnippet-git -pkgver=0.11.0_18_ge74f00e +pkgver=0.11.0_19_g9abf842 pkgrel=1 pkgdesc="Yet another template system for Emacs - git version" arch=('any') |