mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 05:24:20 +02:00
Port send file mapping tests
This commit is contained in:
@@ -315,7 +315,7 @@ func Commonpath(paths ...string) (longest_prefix string) {
|
||||
a = a[na:]
|
||||
b = b[nb:]
|
||||
}
|
||||
longest_prefix = a[:sz]
|
||||
longest_prefix = paths[0][:sz]
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user