mirror of https://github.com/Hilbis/Hilbish
Compare commits
No commits in common. "32b421d40294390d0b003ff70b14030ae6b2b449" and "b8e0874ab036fac78ba4fe519e63800595d3a849" have entirely different histories.
32b421d402
...
b8e0874ab0
|
@ -29,6 +29,8 @@ it to be.
|
|||
</div>
|
||||
|
||||
# Installation
|
||||
**NOTE:** Hilbish is currently only officially supported and tested on Linux
|
||||
|
||||
## Prebuilt binaries
|
||||
Go [here](https://nightly.link/Rosettea/Hilbish/workflows/build/master) for
|
||||
builds on the master branch.
|
||||
|
|
|
@ -38,7 +38,6 @@ func (rl *Instance) Readline() (string, error) {
|
|||
rl.modeViMode = VimInsert
|
||||
rl.pos = 0
|
||||
rl.posY = 0
|
||||
rl.tcPrefix = ""
|
||||
|
||||
// Completion && hints init
|
||||
rl.resetHintText()
|
||||
|
|
Loading…
Reference in New Issue