Removed debug print
This commit is contained in:
@@ -27,7 +27,6 @@ endfunction
|
||||
endfunction
|
||||
|
||||
function! TodoTxtToggleMarkAsDone()
|
||||
if (getline(".") =~ 'x\s*\d\{4\}')
|
||||
if (getline(".") =~ 'x\s*\d\{4\}')
|
||||
:call TodoTxtUnMarkAsDone()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user