@@ -14,16 +14,16 @@ local function refactored(opts)
14
14
end
15
15
16
16
-- 2022/06/20
17
- utils .move_missing_val (opts , " update_focused_file" , " update_cwd" , opts , " update_focused_file" , " update_root" )
18
- utils .move_missing_val (opts , " " , " update_cwd" , opts , " " , " sync_root_with_cwd" )
17
+ utils .move_missing_val (opts , " update_focused_file" , " update_cwd" , opts , " update_focused_file" , " update_root" , true )
18
+ utils .move_missing_val (opts , " " , " update_cwd" , opts , " " , " sync_root_with_cwd" , true )
19
19
20
20
-- 2022/11/07
21
21
utils .move_missing_val (opts , " " , " open_on_tab" , opts , " tab.sync" , " open" , false )
22
- utils .move_missing_val (opts , " " , " open_on_tab" , opts , " tab.sync" , " close" )
23
- utils .move_missing_val (opts , " " , " ignore_buf_on_tab_change" , opts , " tab.sync" , " ignore" )
22
+ utils .move_missing_val (opts , " " , " open_on_tab" , opts , " tab.sync" , " close" , true )
23
+ utils .move_missing_val (opts , " " , " ignore_buf_on_tab_change" , opts , " tab.sync" , " ignore" , true )
24
24
25
25
-- 2022/11/22
26
- utils .move_missing_val (opts , " renderer" , " root_folder_modifier" , opts , " renderer" , " root_folder_label" )
26
+ utils .move_missing_val (opts , " renderer" , " root_folder_modifier" , opts , " renderer" , " root_folder_label" , true )
27
27
end
28
28
29
29
local function removed (opts )
0 commit comments