1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
harveyshao 2021-06-04 22:20:59 +08:00
parent bc17b540bf
commit 12313917b8

View File

@ -59,7 +59,7 @@ func _status_list(m *ice.Message) (files, adds, dels int, last time.Time) {
for _, v := range strings.Split(strings.TrimSpace(diff), "\n") {
vs := strings.SplitN(strings.TrimSpace(v), " ", 2)
switch kit.Ext(vs[1]) {
case "swp", "bin":
case "swp", "swo", "bin":
continue
}