update the pr to handle the case when the setter to be deleted is used in substitution

This commit is contained in:
Jijie Wei
2020-05-26 17:22:04 -07:00
parent fb6830c98a
commit 22a6017870
8 changed files with 864 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ var (
Count = commands.CountCommand
CreateSetter = commands.CreateSetterCommand
CreateSubstitution = commands.CreateSubstitutionCommand
DeleteSetter = commands.DeleteSetterCommand
Fmt = commands.FmtCommand
Grep = commands.GrepCommand
Init = commands.InitCommand