a040c42264
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