Files
zyedidia.micro/cmd/micro/actions_other.go
2018-08-27 15:53:10 -04:00

9 lines
126 B
Go

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