Files
zyedidia.micro/cmd/micro/actions_other.go
2017-05-21 10:46:06 -04:00

10 lines
150 B
Go

// +build !linux
package main
func (v *View) Suspend(usePlugin bool) bool {
messenger.Error("Suspend is only supported on Linux")
return false
}