aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-01-30 23:58:30 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2012-01-30 23:58:30 +0530
commitcd7d1f2bfe3aefbc85e657a6bbddeac39730612a (patch)
treef16ed9de662f64bc4a574433b1492547fc03ba8d /parser.h
parentf988dcd6f99dc2a38917ad7c0a0630e0e4de2e2d (diff)
Fix to not show thread debugging warning when entering characters like "~%". expand_string2() now uses it's own parser instead of principal_parser. Added PARSER_TYPE_ERRORS_ONLY in parser_type_t.
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 0d6cec3c..e870481d 100644
--- a/parser.h
+++ b/parser.h
@@ -184,7 +184,8 @@ enum parser_type_t {
PARSER_TYPE_NONE,
PARSER_TYPE_GENERAL,
PARSER_TYPE_FUNCTIONS_ONLY,
- PARSER_TYPE_COMPLETIONS_ONLY
+ PARSER_TYPE_COMPLETIONS_ONLY,
+ PARSER_TYPE_ERRORS_ONLY
};
struct profile_item_t {