mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-15 21:37:09 +09:00
Action subpackage
This commit is contained in:
8
cmd/micro/action/actions_other.go
Normal file
8
cmd/micro/action/actions_other.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build plan9 nacl windows
|
||||
|
||||
package action
|
||||
|
||||
func (*BufHandler) Suspend() bool {
|
||||
// TODO: error message
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user