aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.h b/src/error.h
index 67de4aa..3d4334f 100644
--- a/src/error.h
+++ b/src/error.h
@@ -57,6 +57,7 @@ typedef enum {
TECO_ERROR_CLIPBOARD,
TECO_ERROR_WIN32,
TECO_ERROR_MODULE,
+ TECO_ERROR_REGEX,
/** Interrupt current operation */
TECO_ERROR_INTERRUPTED,