Age | Commit message (Collapse) | Author |
|
* 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
|
|
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.
|
|
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.
|
|
Now we should not convert page names that are only prefixes of words.
|
|
|