@@ -14,16 +14,16 @@ local function refactored(opts)
1414 end
1515
1616 -- 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 )
1919
2020 -- 2022/11/07
2121 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 )
2424
2525 -- 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 )
2727end
2828
2929local function removed (opts )
0 commit comments