Don't reuse variable in s:clean_url (sticky type checking)

Versions of Vim prior to 7.4.1546 had sticky type checking which
prevented a variables type from changing. Fixes #715.
This commit is contained in:
Rane Brown
2019-07-12 13:52:23 -06:00
parent af12065e92
commit 466bdcd4e8
2 changed files with 11 additions and 9 deletions

View File

@ -3518,6 +3518,8 @@ Removed:~
point.
Fixed:~
* Issue #715: s:clean_url is compatible with vim pre 7.4.1546 (sticky type
checking)
* Issue #729: Normalize links uses relative paths in diary pages for
Markdown syntax. This previously only worked for the default syntax.
* Modify horizontal rule (thematic-breaks) syntax for markdown.