From 9887127b03523097957a48657a130c0999574f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 29 Sep 2016 22:41:37 +0200 Subject: 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. --- sam.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sam.h') 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, }; -- cgit v1.2.3