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 0fdb69f commit 3ee124dCopy full SHA for 3ee124d
lua/rest-nvim/request/init.lua
@@ -240,7 +240,7 @@ local function end_request(bufnr, linenumber)
240
end
241
utils.move_cursor(bufnr, linenumber)
242
243
- local next = vim.fn.search("^GET\\|^POST\\|^PUT\\|^PATCH\\|^DELETE\\^###\\", "cn",
+ local next = vim.fn.search("^GET\\|^POST\\|^PUT\\|^PATCH\\|^DELETE\\|^###\\", "cn",
244
vim.fn.line("$"))
245
246
-- restore cursor position
0 commit comments