todo.txt-vim icon indicating copy to clipboard operation
todo.txt-vim copied to clipboard

Group all *.done.txt files into an optional subdirectory

Open camilbancioiu opened this issue 3 years ago • 0 comments

This PR adds the possibility to write *.done.txt files to a local subdirectory (e.g. done). This way, all the done.txt files are grouped together in one place, which is helpful if you already have many *.todo.txt files.

This subdirectory is specified by g:todo_done_subdir, which can remain unspecified if the default behavior is desired. But if this option is specified, the subdirectory must already exist, manually created.

camilbancioiu avatar Sep 10 '22 12:09 camilbancioiu