Added ephemeral mode #562.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 3 Jun 2019 23:43:35 +0000 (01:43 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 4 Jun 2019 00:00:25 +0000 (02:00 +0200)
commitf9c04a2c4c0e4b94202d3b522bdcbd3f5cbadcc9
tree38d7b294cff928a6a34c5916187804fc094243d3
parent67d30637c4a02ea37d2ec5ea9c7b9b1285911a49
Added ephemeral mode #562.

If vimb is started with --ephemeral option no files are created by
default and no persistent cookie manager is used.
src/bookmark.c
src/ex.c
src/file-storage.c
src/file-storage.h
src/history.c
src/main.c
src/main.h
src/setting.c
src/util.c
src/util.h
tests/test-file-storage.c