mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-17 22:33:38 -05:00
Fixes #16
This commit is contained in:
@@ -79,7 +79,7 @@ function! todo#txt#sort_by_project() range
|
||||
execute a:firstline . "," . a:lastline . "sort /\\(^\\| \\)\\zs+[^[:blank:]]\\+/ r"
|
||||
endfunction
|
||||
|
||||
function! todo#txt#sort_by_date() range
|
||||
function! todo#txt#sort_by_date() range
|
||||
execute a:firstline . "," . a:lastline . "sort /\\d\\{2,4\\}-\\d\\{2\\}-\\d\\{2\\}/ r"
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user