forked from luna/vim-rana-local
always sending write actions
This commit is contained in:
parent
300c2117a2
commit
52cc1a1346
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ let s:VERSION = '0.2.1'
|
||||||
call s:Api(targetFile, now, last[0], 1, last)
|
call s:Api(targetFile, now, last[0], 1, last)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
call s:SetLastAction(last[0], targetFile)
|
call s:Api(targetFile, now, 0.0, 1, last)
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue