We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa706c commit d38f0dfCopy full SHA for d38f0df
1 file changed
internal/display/bufwindow.go
@@ -79,7 +79,7 @@ func (w *BufWindow) GetView() *View {
79
return w.View
80
}
81
82
-// GetView sets the view.
+// SetView sets the view.
83
func (w *BufWindow) SetView(view *View) {
84
w.View = view
85
0 commit comments