]> git.lizzy.rs Git - micro.git/blobdiff - cmd/micro/actions.go
Add more comments
[micro.git] / cmd / micro / actions.go
index 00ecb35ddffb9909f81acba17b02d045645b5b41..4a9b5a7b9cc9aa95b282c9fc573e0f0522d3c1a6 100644 (file)
@@ -543,6 +543,8 @@ func (v *View) ParagraphNext(usePlugin bool) bool {
        return true
 }
 
+// Retab changes all tabs to spaces or all spaces to tabs depending
+// on the user's settings
 func (v *View) Retab(usePlugin bool) bool {
        if usePlugin && !PreActionCall("Retab", v) {
                return false