This commit is contained in:
Gokcehan 2019-02-07 00:36:15 +03:00
parent 52be0b3aab
commit db8f535b61

1
nav.go
View File

@ -931,4 +931,3 @@ func (nav *nav) currFileOrSelections() (list []string, err error) {
return nav.currSelections(), nil
}