diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-07-17 13:54:26 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-07-17 13:54:26 -0700 |
| commit | 0f059615786dcdeb436f7d570a6bb3fa2e621eb6 (patch) | |
| tree | 25d183867e3352bd4cbd6e34da34b096ddb524fa /types.h | |
| parent | 26b683ca743755d1959269cdc15dbd38c4a89aa0 (diff) | |
Simplified backrefs by only doing direct substring matching instead of
accounting for replacement strings.
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ enum pattype_e { BP_NOT_MATCH, BP_REPLACE, BP_REF, - BP_BACKREF, BP_NODENT, BP_START_OF_FILE, BP_START_OF_LINE, |
