txtfmt icon indicating copy to clipboard operation
txtfmt copied to clipboard

Txtfmt (The Vim Highlighter) : "Rich text" highlighting in Vim! (colors, underline, bold, italic, etc...)

Results 11 txtfmt issues
Sort by recently updated
recently updated
newest added

Currently, undercurl is simply one of _up to_ 3 additional format attributes added to the "long" formats regime. If the Vim version supports undercurl (and it's not disabled via txtfmt's...

When I enter :set ft=txtfmt in Gvim, no confirmation message appears, and I am not able to highlight with \h. I confirmed the installation with :MakeSampleText and I used it...

To reproduce, select multiple lines, dedent with `

Reported by @pdoak with the caveat that it may not be a Txtfmt issue. Initial analysis suggests it is not a Txtfmt issue, but rather a problem with the instructions...

Low priority, but while refactoring the syntax definitions, I discovered that the escape concealment matches (which are defined after and hence take priority over the highlight regions) obviate the need...

enhancement

Suggested by @pdoak. **Motivation:** Clearing all highlights currently requires user to execute a map, then enter "f- c- k-" at the prompt. This operation is sufficiently common that it probably...

enhancement

Vim's conceallevel and line-wrapping don't appear to play well together: in particular, line-wrapping appears to be based on the length of the line in the absence of any concealment, with...

bug

Annis Monadjem was reporting strange issues, which I couldn't reproduce, and which seemed as though they could be the result of autocommands installed by one of the **_many_** plugins he...

Help file hasn't been updated since version 2.4. A lot has been added since then, and it's currently documented only on the download page (e.g., in the tutorial).

enhancement

Some way for user to trigger cleanup on demand. It occurred to me when I noticed that an empty spec was simply a cancellation request that one possible motive for...

enhancement