]> git.lizzy.rs Git - micro.git/blobdiff - cmd/micro/actions_other.go
Code optimisation (#1117)
[micro.git] / cmd / micro / actions_other.go
index 567bc4f5629260e0db1cdf96f4c1dd43834a1989..10a099efdb101a8b550133fecbb612933c86d37b 100644 (file)
@@ -1,9 +1,9 @@
-// +build !linux
+// +build plan9 nacl windows
 
 package main
 
 func (v *View) Suspend(usePlugin bool) bool {
-       messenger.Error("Suspend is only supported on Linux")
+       messenger.Error("Suspend is only supported on Posix")
 
        return false
 }