Skip to content

Commit ef0c5fa

Browse files
ShinKageandrevidela
authored andcommitted
Typo in Idris/IDEMode/Commands.idr
1 parent 10161bf commit ef0c5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Idris/IDEMode/Commands.idr

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ putIDECommand (ExprSearch line n exprs mode) = (SExpList [SymbolAtom "proof-sea
165165
getMode : Bool -> SExp
166166
getMode True = SymbolAtom "all"
167167
getMode False = SymbolAtom "other"
168-
putIDECommand ExprSearchNext = SymbolAtom "proof-search--next"
168+
putIDECommand ExprSearchNext = SymbolAtom "proof-search-next"
169169
putIDECommand (GenerateDef line n) = (SExpList [SymbolAtom "generate-def", IntegerAtom line, StringAtom n])
170170
putIDECommand GenerateDefNext = SymbolAtom "generate-def-next"
171171
putIDECommand (MakeLemma line n) = (SExpList [SymbolAtom "make-lemma", IntegerAtom line, StringAtom n])

0 commit comments

Comments
 (0)