File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -196,8 +196,18 @@ M.get_reviewer_data = function(current_win)
196
196
local opposite_bufnr = new_sha_focused and layout .a .file .bufnr or layout .b .file .bufnr
197
197
198
198
return {
199
+ <<<<<<< HEAD
199
200
old_file_name = M .is_file_renamed () and layout .a .file .path or " " ,
200
201
file_name = layout .b .file .path ,
202
+ ||||||| parent of f57cc84 (Fix : Store reviewer data before creating comment popup (# 476 ))
203
+ old_file_name = layout .a .file .path ,
204
+ file_name = layout .b .file .path ,
205
+ =======
206
+ -- TODO: swap 'a' and 'b' to fix lua/gitlab/actions/comment.lua:158, and hopefully also
207
+ -- lua/gitlab/indicators/diagnostics.lua:129.
208
+ file_name = layout .a .file .path ,
209
+ old_file_name = M .is_file_renamed () and layout .b .file .path or " " ,
210
+ >>>>>>> f57cc84 (Fix : Store reviewer data before creating comment popup (# 476 ))
201
211
old_line_from_buf = old_line ,
202
212
new_line_from_buf = new_line ,
203
213
modification_type = modification_type ,
You can’t perform that action at this time.
0 commit comments