Fix empty splits and single terms

This commit is contained in:
Zachary Yedidia
2019-01-13 18:18:23 -05:00
parent 8858c03b3b
commit 5701ed211a
6 changed files with 41 additions and 21 deletions

View File

@@ -3,6 +3,6 @@
package action
func (*BufHandler) Suspend() bool {
// TODO: error message
InfoBar.Error("Suspend is only supported on BSD/Linux")
return false
}