jellydn / quick-code-runner.nvim

A simple and efficient code runner for Neovim.
MIT License
22 stars 0 forks source link

[Sweep Rules] Fix missing code and comment in utils.lua #9

Closed sweep-ai[bot] closed 10 months ago

sweep-ai[bot] commented 10 months ago

PR Feedback: 👎

I created this PR to address this rule:

"All docstrings and comments should be up to date."

Description

This PR fixes the issue reported by the user regarding the removal of a code block and comment in the utils.lua file. The removed code block was responsible for creating and displaying a popup window for showing output. The corresponding comment explained the purpose of the code. This PR reverts the removal of the code block and comment, ensuring that the functionality is restored.

Summary of Changes

Please review the changes and merge this PR if it meets the requirements.

sweep-ai[bot] commented 10 months ago

Rollback Files For Sweep

changeset-bot[bot] commented 10 months ago

⚠️ No Changeset found

Latest commit: 63b1a560e415a2820cc23b9a46f02cf9490e0739

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR