snacks.nvim/lua
Jason Cheatham 231ffae08d
feat(debug): allow debug evaluation of block selections (#1331)
## Description

This PR adds basic support for visual block selections to
`Snacks.debug.run()`. This is useful when code doesn't start at the
beginning of a line, such as in comment blocks.

## Related Issue(s)

<!--
  If this PR fixes any issues, please link to the issue here.
  - Fixes #<issue_number>
-->

## Screenshots

<!-- Add screenshots of the changes if applicable. -->
<img width="271" alt="Screenshot 2025-02-19 at 23 02 35"
src="https://github.com/user-attachments/assets/5a440b32-6846-4345-b105-42e64796ac65"
/>
2025-10-20 14:53:55 +02:00
..
snacks feat(debug): allow debug evaluation of block selections (#1331) 2025-10-20 14:53:55 +02:00
trouble/sources Revert "feat: test" 2025-02-14 22:13:38 +01:00