summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2019-03-25 08:01:14 +1100
committerRhinoceros2019-03-25 08:01:14 +1100
commite3fc141052b61291dfee8925e399a6a727f26cb2 (patch)
tree12608bc28a0938dbe64ffa53d8bc89eb0edd3b5f /PKGBUILD
parent7cf161179ca408fbd95827a5f83aa7118b52f43c (diff)
downloadaur-e3fc141052b61291dfee8925e399a6a727f26cb2.tar.gz
Update to 2.4-1
Upstream changelog: New Add the option g:vimwiki_text_ignore_newline. g:vimwiki_listsyms can have fewer or more than 5 symbols. glx on a list item marks a checkbox as won't do, see :h vimwiki_glx. Add the option g:vimwiki_listsym_rejected to set the character used for won't-do list items. gln and glp change the "done" status of a checkbox, see vimwiki_gln. :VimwikiSplitLink and :VimwikiVSplitLink can now reuse an existing split window and not move the cursor. Add 'aH' and 'iH' text objects, see vimwiki-text-objects. Add the keys vimwiki_[[, vimwiki_]], vimwiki_[=, vimwiki_]= and vimwiki_]u for navigating between headers. Add the command :VimwikiMakeTomorrowDiaryNote. g:vimwiki_folding has a new option 'custom'. Add the ':quick' option for faster folding, see g:vimwiki_folding. Add the %date placeholder, see vimwiki-date. Add the option vimwiki-option-custom_wiki2html_args. Add support for HTML-style comments when using markdown syntax. Made headings link to themselves in HTML output. Add :VimwikiShowVersion to check the version Removed Remove the undocumented and buggy command :VimwikiReadLocalOptions which allowed to store Vimwiki related settings in a local file. Remove the undocumented command :VimwikiPrintWikiState. For complicated reasons, Vimwiki doesn't clean up its settings anymore if you change the filetype of a wiki buffer. Fixed Make vimwiki-option-automatic_nested_syntaxes work also for markdown. Issue #236: Highlight math blocks as TeX math, not TeX. Issue #264: Don't overwrite mappings to i_ from other plugins. Fix an error where sometimes didn't work under Windows. Issue #302: :VimwikiDiaryGenerateLinks had issues with markdown. Issue #445: Better handling of 'autowriteall' and 'hidden'. Improve 'ah' and 'ih' text objects, see vimwiki-text-objects. Allow opening of links using Powershell. Allow any visual mode to be used with vimwiki_+. Markdown syntax for vimwiki-toc is used, when appropriate. Wikis can now be in subfolders of other wikis. Issue #482: :VimwikiMakeDiaryNote now uses the diary of the current wiki. Opening the diary and wikis from the menu works correctly now. Issue #497: Make :VimwikiMakeDiaryNote work outside a wiki buffer. Use markdown syntax in the diary when appropriate. Improve handling of errors on opening files. Update links when renaming a page with :VimwikiRenameLink. Fix losing the highlighting in various situations. Improved link normalisation. Various other minor fixes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ad27fabb4ed..e7900b696ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Johannes Dewender < arch at JonnyJD dot net >
pkgname=vim-vimwiki
-pkgver=2.3
-pkgrel=2
+pkgver=2.4
+pkgrel=1
pkgdesc='A personal wiki for Vim'
arch=('any')
url='https://github.com/vimwiki/vimwiki'
@@ -11,7 +11,7 @@ license=('MIT')
groups=('vim-plugins')
depends=('vim' 'python2')
source=("https://github.com/vimwiki/vimwiki/archive/v${pkgver}.tar.gz")
-sha256sums=('a6d16a564e9e489cf89aad2d5d3383f14dbd48ab8ecc38ee530ffc13f59f2a2f')
+sha256sums=('dc251fcf10d3475af4434a22081fe271dd6113805cef4f579c5b3bf090608726')
prepare() {
# Extract licence from vim's help