Does Vim (with or without a plugin - I don't care) support strikethrough text at all? I've found myself keeping a running list of "TO-DO's" in it, and would like to be able to "cross off" my done items, via strikethrough text.
Thanks!
If you're working with Unicode text, you may be able to achieve this using combining characters. The following article describes how this can be accomplished in gvim:
You will need to make sure that the font gvim is using supports the appropriate characters, on Windows both Consolas
and Courier New
appeared to handle this correctly, but most of the others did not.