diff --git a/plugin/quickcomment.lua b/plugin/quickcomment.lua index b112e1b..9df21f9 100644 --- a/plugin/quickcomment.lua +++ b/plugin/quickcomment.lua @@ -83,8 +83,7 @@ vim.g.quickcomment_togglecommentlines = function (line_start, line_end) if captured ~= nil then lines[i] = captured else - print('QuickComment: ERROR: Failed to uncomment!') - return + print('QuickComment: ERROR: Failed to uncomment line ' .. i .. '!') end end end