elvish/store
Qi Xiao 89bc1e5fa6 Support deleting command history with store:del-cmd.
This addresses #554.

However, the command sequence number shown in histlist mode is not
correct for session-local entries and when there are deleted entries.
2018-05-14 23:26:36 +01:00
..
storedefs Support deleting command history with store:del-cmd. 2018-05-14 23:26:36 +01:00
cmd_test.go store: RemoveCmd -> DelCmd. 2018-05-14 23:26:36 +01:00
cmd.go store: RemoveCmd -> DelCmd. 2018-05-14 23:26:36 +01:00
dir_test.go store: RemoveDir -> DelDir, add test. 2018-03-20 23:05:21 +00:00
dir.go store: RemoveDir -> DelDir, add test. 2018-03-20 23:05:21 +00:00
schema_version.go Replace SQLite with BoltDB (#441) 2017-07-19 22:19:42 +02:00
shared_var_test.go Define a common interface for store.Store and daemon.Client. 2017-12-28 21:44:10 +00:00
shared_var.go Define a common interface for store.Store and daemon.Client. 2017-12-28 21:44:10 +00:00
store_test.go Replace SQLite with BoltDB (#441) 2017-07-19 22:19:42 +02:00
store.go Define a common interface for store.Store and daemon.Client. 2017-12-28 21:44:10 +00:00