Add retab

This commit is contained in:
Zachary Yedidia
2019-01-14 22:44:06 -05:00
parent 467d384789
commit 3380170af8
3 changed files with 28 additions and 23 deletions

View File

@@ -150,6 +150,7 @@ func (h *BufHandler) PluginCmd(args []string) {
// RetabCmd changes all spaces to tabs or all tabs to spaces
// depending on the user's settings
func (h *BufHandler) RetabCmd(args []string) {
h.Buf.Retab()
}
// RawCmd opens a new raw view which displays the escape sequences micro