Files
zyedidia.micro/cmd/micro/actions_other.go
2019-12-25 17:05:10 -05:00

9 lines
126 B
Go

// +build plan9 nacl windows
package main
func (*BufActionHandler) Suspend() bool {
// TODO: error message
return false
}