Files
zyedidia.micro/cmd/micro/action/actions_other.go
2019-01-13 18:18:23 -05:00

9 lines
155 B
Go

// +build plan9 nacl windows
package action
func (*BufHandler) Suspend() bool {
InfoBar.Error("Suspend is only supported on BSD/Linux")
return false
}