mirror of https://github.com/Hilbis/Hilbish
chore: remove comment
parent
ead72f0a5c
commit
e1d4258e07
1
rl.go
1
rl.go
|
@ -18,7 +18,6 @@ var hinter lua.LValue = lua.LNil
|
|||
var highlighter lua.LValue = lua.LNil
|
||||
*/
|
||||
|
||||
// other gophers might hate this naming but this is local, shut up
|
||||
func newLineReader(prompt string, noHist bool) *lineReader {
|
||||
rl := readline.NewInstance()
|
||||
// we don't mind hilbish.read rl instances having completion,
|
||||
|
|
Loading…
Reference in New Issue