summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-04-18chore: update to 2023.04.04_1Radu C. Martin
2023-01-08fix(srcinfo): update to match current versionRadu C. Martin
2023-01-05Update to 2022.12.02Radu C. Martin
2020-05-27Update to 2.5-1Rhinoceros
* Upstream changelog: https://github.com/vimwiki/vimwiki/releases/tag/v2.5
2020-03-01Make download unique. https://wiki.archlinux.org/index.php/PKGBUILD#sourceRhinoceros
* No need for pkgrel bump (package already installed for most users)
2020-01-02Actually delete useless license.txtRhinoceros
2020-01-02Update to 2.4.1-2Rhinoceros
* Remove unused python2 dependency * Source licence directly, now from explicit file upstream * Remove old, old licence (not used in previous version; from older PKGBUILD)
2019-04-21Update to 2.4.1-1Rhinoceros
Upstream changelog: * Minor bugfix release * Fixes: * Fix VimwikiShowVersion function. * strikethrough ~ characters were not hidden within tables * Update and format README.md and update screen shots
2019-03-25Update to 2.4-1Rhinoceros
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.
2017-04-19Update to 2.3-2Rhinoceros
* Post-transaction hooks for vim help tags now provided by pacman 5.0 and vim 8.0.0055-1
2016-07-11Minor style fixesRhinoceros
2016-03-31Update to 2.3-1, upstream changelog follows.Rhinoceros
New Add :VimwikiMakeYesterdayDiaryNote command Issue #128: add option vimwiki-option-automatic_nested_syntaxes Issue #192: Sort links in the list generated by :VimwikiGenerateTags Fixed Issue #176: Fix issue when the wiki path contains spaces Also look for tags in wiki files in subdirectories Locate the .tags file correctly on Windows Issue #183: Fix HTML conversion of headers containing links Issue #64: create correct Markdown links when pressing CR on a word Issue #191: ignore headers inside preformatted text when creating the TOC Create the standard CSS file also if only one file is converted to HTML Fix #188: vimwiki_+ on a raw url surrounds it with brackets various minor fixes
2016-03-30Updated to 2.2.1-1Rhinoceros
* Removed convert_links scripts (previous vimwiki was from four years ago) and .gitignore * Update pkgdesc, url and source * Correct licence, and extract from vim's help * Use sha256sums * Minor style cleanups
2013-05-12vim-vimwiki: 2.1Johannes Dewender
2013-02-12vim-vimwiki: be a bit less strict up frontJohannes Dewender
Only ":" is prohibited in the part of the word preceding the page name (and separated by a separator). ":" ist still to exclude urls. The script now has problems with substring length when we don't use unicode(). We use the preferred encoding to guess the encoding of the files, which should be fine.
2013-02-12vim-vimwiki: conversion should work with unicodeJohannes Dewender
Unicode letters directly before page names should now still make the page name a substring so it is not linked. Unfortunately, also digits are now considered "letters" since there is only \w that works with unicode and that is alphanumeric.
2013-02-12vim-vimiwiki: patch fixes for prefixesJohannes Dewender
Now we should not convert page names that are only prefixes of words.
2013-02-12move all vimwiki packages to _vimwikiJohannes Dewender