aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2021-10-16Increase version v0.1.1 -> v0.2.0HEADv0.2.0masterTeddy Wing
2021-10-16doc/todo.txt: Replace backtick separators with quotesTeddy Wing
Backticks are used to refer to Vim commands in help files. The Vim docs explain: > When referring to a Vim command and to create a hot-link, place the > name between two backticks, eg. inside `:filetype`. You will see this > is highlighted as a command, like a code block (see below). These aren't Vim commands, so use a different surrounding mark. Settled on double quotes. This also fixes a display problem with the "`- `" text, which was rendered as "`- " (without the final backtick) in the highlighted help due to the parsing for syntax highlight concealing.
2021-10-16Update copyright yearsTeddy Wing
2021-10-15Add documentation for new `[o` `]o` `[y` `]y` commandsTeddy Wing
2021-10-15Change `<Leader>` to `<LocalLeader>`Teddy Wing
Allow the leader to be different for the todo filetype.
2020-03-22Increase version v0.1.0 -> v0.1.1v0.1.1Teddy Wing
2020-03-22Increase version v0.0.1 -> v0.1.0v0.1.0Teddy Wing
2020-03-22Add license headersTeddy Wing
Add a license header to each source file, along with the appropriate copyright years.
2020-03-21Add documentation for next/previous incomplete mappingsTeddy Wing
2016-10-17Add Vim helpv0.0.1Teddy Wing
Add a help file with a description, example, mappings list, and list of colours to customise.