qqzsxyz / vimwiki

Automatically exported from code.google.com/p/vimwiki
0 stars 0 forks source link

Generation of visual TODO progress in HTML #211

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is a bug report for HG version 953526d5de3e.

When using the new CSS style sheet the visual progress for 75% completion 
(class `.done4:before`) is never generated in some configurations.

To reproduce:

  * `set ignorecase`
  * `set g:vimwiki_listsyms=" .oOX"`

Because of the `ignorecase` always the first `o` is matched and thus never 75% 
competion is reported.

The attached patch fixes this by forcing case sensitive matching.

Original issue reported on code.google.com by kra...@gmail.com on 30 May 2011 at 1:37

Attachments:

GoogleCodeExporter commented 9 years ago
thx!

Original comment by habamax on 30 May 2011 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by habamax on 30 May 2011 at 5:34