Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0fer committed Nov 28, 2018
1 parent 03ba6a0 commit 5dfb047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ToDo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
* the CollapseGap idea needs to be optimized, too sloppy rght now
* make editing larger files faster by optimizing the Buffer stuff
* the error(s) from RuneAt which are currently panic-ing on check, should be handled differently
* and what's with func window2Buffer(w *Window) (window.go); needs the multiwindow update unfangled.
* and what's with func window2Buffer(w *Window) (window.go); needs the multiwindow update unfangled.
* implement the buffer as a piece-table, piece-chain?
1 change: 0 additions & 1 deletion search.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ func (e *Editor) rsearch() {
func (e *Editor) displaySearchResult(found int, dir int, prompt string, search string) {
if found != -1 {
e.CurrentBuffer.SetPoint(found)
//e.msg("not found")
e.Display(e.CurrentWindow, true)
} else {
e.msg("Failing %s%s", prompt, search)
Expand Down

0 comments on commit 5dfb047

Please sign in to comment.