Age | Commit message (Collapse) | Author |
|
Don't highlight matches from our `:substitute` calls. It looks weird
when search matches are highlighted but the user didn't explicitly
initiate a search.
|
|
Create some useful mappings for creating and marking TODO items. These
will be buffer-local to *.todo files, which is why we're defining them
in the ftplugin file.
|
|
Subtasks get indented. This will highlight undone tasks even if there's
whitespace in front of them.
|
|
These lines were copied from my manual highlighting of TODO files
created a few days ago. They served as a guide while creating the
highlighting in the syntax file.
|
|
Based on Ch. 45 of Learn Vimscript the Hard Way
(http://learnvimscriptthehardway.stevelosh.com/chapters/45.html).
Highlights undone TODOs as Vim `Statement`s.
|
|
Set *.todo files to the `todo` filetype.
|