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