summarylogtreecommitdiffstats
path: root/convert-links.patch
AgeCommit message (Collapse)Author
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-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