Skip to content

Commit

Permalink
fixing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Badragan authored and MagicDuck committed May 16, 2024
1 parent e324f78 commit fb19b02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lua/grug-far/actions/sync.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ end
-- note startRow / endRow are zero-based
local function getChangedFiles(buf, context, startRow, endRow)
local isReplacing = isDoingReplace(context)
N = context.locationsNamespace
local all_extmarks = vim.api.nvim_buf_get_extmarks(0, context.locationsNamespace, { startRow, 0 }, { endRow, -1 }, {})

-- filter out extraneous extmarks caused by deletion of lines
Expand Down
5 changes: 0 additions & 5 deletions lua/grug-far/actions/syncLocations.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
local renderResultsHeader = require('grug-far/render/resultsHeader')
local resultsList = require('grug-far/render/resultsList')
local sync = require('grug-far/actions/sync')

local function syncLocations(params)
local buf = params.buf
local context = params.context

sync({
buf = params.buf,
context = params.context,
Expand Down

0 comments on commit fb19b02

Please sign in to comment.