File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -168,10 +168,10 @@ function M.open(options)
168
168
set_window_options_and_buffer ()
169
169
M .resize ()
170
170
171
- local opts = options or { focus_tree = true }
172
- if not opts .focus_tree then
173
- vim .cmd (" wincmd p" )
174
- end
171
+ local opts = options or { focus_tree = true }
172
+ if not opts .focus_tree then
173
+ vim .cmd (" wincmd p" )
174
+ end
175
175
end
176
176
177
177
function M .resize (size )
@@ -190,9 +190,9 @@ function M.resize(size)
190
190
a .nvim_win_set_height (M .get_winnr (), get_size ())
191
191
end
192
192
193
- if not M .View .preserve_window_proportions then
194
- vim .cmd (" :wincmd =" )
195
- end
193
+ if not M .View .preserve_window_proportions then
194
+ vim .cmd (" :wincmd =" )
195
+ end
196
196
end
197
197
198
198
function M .reposition_window ()
You can’t perform that action at this time.
0 commit comments