summaryrefslogtreecommitdiff
path: root/pluma/pluma-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-document.h')
-rw-r--r--pluma/pluma-document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pluma/pluma-document.h b/pluma/pluma-document.h
index ee8d6f88..a8d64895 100644
--- a/pluma/pluma-document.h
+++ b/pluma/pluma-document.h
@@ -69,8 +69,8 @@ typedef enum
PLUMA_SEARCH_DONT_SET_FLAGS = 1 << 0,
PLUMA_SEARCH_ENTIRE_WORD = 1 << 1,
PLUMA_SEARCH_CASE_SENSITIVE = 1 << 2,
- PLUMA_SEARCH_PARSE_ESCAPES = 1 << 3,
- PLUMA_SEARCH_MATCH_REGEX = 1 << 4,
+ PLUMA_SEARCH_PARSE_ESCAPES = 1 << 3,
+ PLUMA_SEARCH_MATCH_REGEX = 1 << 4,
} PlumaSearchFlags;