Skip to content

Commit

Permalink
feat: items sent to the quickfix list don't specify renundant lnum 1
Browse files Browse the repository at this point in the history
The line number was previously added for all items, but it was always 1.
It did not convey any useful information, so I'm removing it to make the
implementation a little less cluttered.
  • Loading branch information
mikavilpas committed May 5, 2024
1 parent 85dafe2 commit a9d76ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/yazi/openers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function M.send_files_to_quickfix_list(chosen_files)
end

return {
lnum = 1,
filename = path,
text = path,
}
Expand Down

0 comments on commit a9d76ab

Please sign in to comment.