We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fdb24 commit 567f07aCopy full SHA for 567f07a
init.lua
@@ -333,7 +333,7 @@ local function get_synchronized_line(line)
333
end
334
335
--- Jumps to the next or previous difference between the two files depending on boolean *next*.
336
--- [`file_diff.start()`]() must have been called previously.
+-- `file_diff.start()` must have been called previously.
337
-- @param next Whether to go to the next or previous difference relative to the current line.
338
function M.goto_change(next)
339
if not _VIEWS[view1] or not _VIEWS[view2] then return end
0 commit comments