mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-04 12:28:35 +02:00
Regex
- Removed regex support (controlled in main.h by #ifdef FEATURE_REGEX), because it has proven buggy.
This commit is contained in:
parent
14f06e98b7
commit
06e15b6e25
4 changed files with 107 additions and 57 deletions
|
@ -33,6 +33,8 @@
|
|||
#define FEATURE_NCURSES_COLS 1 // Shortcut that avoids WINDOW.
|
||||
#define FEATURE_URL 1 // URL support for import.
|
||||
// (always enabled for merge/push/pull)
|
||||
//#define FEATURE_REGEX 1 // Enables regexes for attribute modifiers,
|
||||
// // subst, general search.
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue