aboutsummaryrefslogtreecommitdiff
path: root/sam.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-09-29 22:41:37 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-09-29 22:41:37 +0200
commit9887127b03523097957a48657a130c0999574f1b (patch)
treef6d033d98f8a6be891f2bb9809a1bc8e1c9d3f8d /sam.h
parentcab0d2ce3f375084dd2de764e760ccc229689b71 (diff)
downloadvis-9887127b03523097957a48657a130c0999574f1b.tar.gz
vis-9887127b03523097957a48657a130c0999574f1b.tar.xz
sam: consistent argument handling for :r, :w, :e commands
:e without any argument can be used to reload the file from disk whereas before a "Filename expected" error would be displayed.
Diffstat (limited to 'sam.h')
-rw-r--r--sam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sam.h b/sam.h
index f44079a..de7e910 100644
--- a/sam.h
+++ b/sam.h
@@ -12,7 +12,6 @@ enum SamError {
SAM_ERR_REGEX,
SAM_ERR_TEXT,
SAM_ERR_SHELL,
- SAM_ERR_FILENAME,
SAM_ERR_COMMAND,
SAM_ERR_EXECUTE,
};