aboutsummaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-03-25 07:19:44 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2020-03-25 07:19:44 +0900
commit7d51364584e9081f71f4691a713bb737f7573a74 (patch)
tree9140b88490cf6cb778a96b9ddacc17bb8f296cf1 /src/shared
parentf7479c36ad0883455e511a86adf86e147ff4460a (diff)
Revert "Remove ! from commands"
This reverts commit f7479c36ad0883455e511a86adf86e147ff4460a.
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/Command.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/Command.ts b/src/shared/Command.ts
index cd2ed0a..e492f4a 100644
--- a/src/shared/Command.ts
+++ b/src/shared/Command.ts
@@ -4,7 +4,9 @@ export enum Command {
WindowOpen = "winopen",
Buffer = "buffer",
BufferDelete = "bdelete",
+ BufferDeleteForce = "bdelete!",
BuffersDelete = "bdeletes",
+ BuffersDeleteForce = "bdeletes!",
AddBookmark = "addbookmark",
Quit = "quit",
QuitAll = "quitall",