]> git.lizzy.rs Git - micro.git/blobdiff - internal/info/infobuffer.go
Merge branch 'buffer-benchmarks' of https://github.com/p-e-w/micro into p-e-w-buffer...
[micro.git] / internal / info / infobuffer.go
index 8e8790b30442de40b68aa0d1f49a37220e3ff504..9c33cf3243ba030da5124e566b65f54b54f1cb5b 100644 (file)
@@ -3,7 +3,7 @@ package info
 import (
        "fmt"
 
-       "github.com/zyedidia/micro/internal/buffer"
+       "github.com/zyedidia/micro/v2/internal/buffer"
 )
 
 // The InfoBuf displays messages and other info at the bottom of the screen.