File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 257257 "id" : " centerdoc" ,
258258 "mod_version" : " 3" ,
259259 "path" : " plugins/centerdoc.lua" ,
260- "version" : " 0.2.5 "
260+ "version" : " 0.2.6 "
261261 },
262262 {
263263 "description" : " Hides the treeview at start if no arguments passed to the executable are directories. Compatible with lite." ,
Original file line number Diff line number Diff line change @@ -63,7 +63,9 @@ local previous_tabs_status
6363local previous_line_numbers_status
6464
6565local function save_previous_status ()
66- previous_win_status = system .get_window_mode (core .window )
66+ previous_win_status = core .window
67+ and system .get_window_mode (core .window )
68+ or core .window_mode
6769 previous_treeview_status = treeview .visible
6870 previous_statusbar_status = core .status_view .visible
6971 previous_tabs_status = config .hide_tabs
You can’t perform that action at this time.
0 commit comments