()
| 58 | } |
| 59 | |
| 60 | func (self *PagerConfig) GetExternalDiffCommand() string { |
| 61 | currentPagerConfig := self.currentPagerConfig() |
| 62 | if currentPagerConfig == nil { |
| 63 | return "" |
| 64 | } |
| 65 | return currentPagerConfig.ExternalDiffCommand |
| 66 | } |
| 67 | |
| 68 | func (self *PagerConfig) GetUseExternalDiffGitConfig() bool { |
| 69 | currentPagerConfig := self.currentPagerConfig() |
no test coverage detected