]> git.lizzy.rs Git - micro.git/blobdiff - internal/action/bufpane.go
Filename completion for all non-command prompts
[micro.git] / internal / action / bufpane.go
index f38e9734612fafd1e7c164ad8e15cd74b923ad4f..d63f0a2056a8a6c06c303121cc1dfc35a27adcb0 100644 (file)
@@ -458,6 +458,7 @@ func (h *BufPane) DoRuneInsert(r rune) {
                if recording_macro {
                        curmacro = append(curmacro, r)
                }
+               h.Relocate()
                h.PluginCBRune("onRune", r)
        }
 }