fix: not throwing error when loading for some languages

Some languages uses comma instead of dot for decimal separator.
When loading vimwiki the following error was occuring
E806: using Float as a String
This is probably a bug in vim, as a workaround when using float can be
str2float.
Similar issue in another project
https://github.com/nathanaelkane/vim-indent-guides/issues/10
This commit is contained in:
Daniel Moura
2020-10-22 11:01:49 -03:00
committed by Tinmarino
parent e2a6b825de
commit a040c42264
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -3830,6 +3830,7 @@ Contributors and their Github usernames in roughly chronological order:
- Jerome Gay (@jeromg)
- Benney Au (@chinwobble)
- David Sierra DiazGranados (@davidsierradz)
- Daniel Moura (@dmouraneto)
==============================================================================
16. Changelog *vimwiki-changelog*
@@ -3878,6 +3879,8 @@ Changed:~
Removed:~
Fixed:~
* Issue #1029: Fix: error loading plugin when lang uses comma instead of
dot as decimal separator
* Issue #886: :VimwikiGenerateLinks not working on Windows
* Issue #55: Newlines in blockquotes are not honored
* Issue #55: BlockQuote restarts list numbering