Added test cases for sorting and marking as done.

This commit is contained in:
Leandro Freitas
2015-04-11 11:28:33 -03:00
parent 05b5be07d2
commit 95ed508741
7 changed files with 92 additions and 0 deletions

View File

@@ -9,6 +9,11 @@
let s:save_cpo = &cpo
set cpo&vim
" Export Context Dictionary for unit testing {{{1
function! todo#__context__()
return { 'sid': s:SID, 'scope': s: }
endfunction
" General options {{{1
" Some options lose their values when window changes. They will be set every
" time this script is invocated, which is whenever a file of this type is