always sending write actions

This commit is contained in:
Alan Hamlett 2013-07-09 23:28:15 -07:00
parent 300c2117a2
commit 52cc1a1346
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ let s:VERSION = '0.2.1'
call s:Api(targetFile, now, last[0], 1, last)
endif
else
call s:SetLastAction(last[0], targetFile)
call s:Api(targetFile, now, 0.0, 1, last)
endif
endfunction