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