Check if file exists during runtime #562.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 3 Jun 2019 21:18:04 +0000 (23:18 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 3 Jun 2019 22:25:37 +0000 (00:25 +0200)
commit67d30637c4a02ea37d2ec5ea9c7b9b1285911a49
tree9f9e0b5dbacf64c91e46d4ba741e42a23c2e5eae
parenta602753067a74b429edbf252062033406bda4dbd
Check if file exists during runtime #562.

Do not consider file to be existent which was on startup. This allows
also to benenfit from files created by other vimb instances spawned
later.
src/file-storage.c
tests/test-file-storage.c