diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-09-29 22:41:37 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-09-29 22:41:37 +0200 |
| commit | 9887127b03523097957a48657a130c0999574f1b (patch) | |
| tree | f6d033d98f8a6be891f2bb9809a1bc8e1c9d3f8d /sam.h | |
| parent | cab0d2ce3f375084dd2de764e760ccc229689b71 (diff) | |
| download | vis-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ enum SamError { SAM_ERR_REGEX, SAM_ERR_TEXT, SAM_ERR_SHELL, - SAM_ERR_FILENAME, SAM_ERR_COMMAND, SAM_ERR_EXECUTE, }; |
