Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix abort to use Util.exit() #324

Merged
merged 1 commit into from
Jul 7, 2024
Merged

Conversation

kevintraver
Copy link
Contributor

This fixes the bug where pressing esc would still execute a pending operator command.

@kevintraver kevintraver changed the title Fix treesitter abort to use Util.exit() Fix abort to use Util.exit() Mar 29, 2024
@folke folke merged commit e7ab1e4 into folke:main Jul 7, 2024
@folke
Copy link
Owner

folke commented Jul 7, 2024

ty!

folke pushed a commit that referenced this pull request Jul 7, 2024
🤖 I have created a release *beep* *boop*
---


## [2.1.0](v2.0.0...v2.1.0)
(2024-07-07)


### Features

* **prompt:** add `flash.prompt()` to get the prompt text
([#347](#347))
([f226e02](f226e02))
* **treesitter:** opt-out selection of the smallest node with
flash.treesitter() by specifying autojump = false
([#276](#276))
([daa06cd](daa06cd))


### Bug Fixes

* **state:** abort to use Util.exit()
([#324](#324))
([e7ab1e4](e7ab1e4))
* **treesitter:** process all trees. Closes
[#275](#275)
([51f3ee1](51f3ee1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@kevintraver kevintraver deleted the fix/treesitter-abort branch July 7, 2024 10:19
myypo pushed a commit to myypo/flash.nvim that referenced this pull request Aug 10, 2024
This fixes the bug where pressing `esc` would still execute a pending
operator command.
myypo pushed a commit to myypo/flash.nvim that referenced this pull request Aug 10, 2024
🤖 I have created a release *beep* *boop*
---


## [2.1.0](folke/flash.nvim@v2.0.0...v2.1.0)
(2024-07-07)


### Features

* **prompt:** add `flash.prompt()` to get the prompt text
([folke#347](folke#347))
([f226e02](folke@f226e02))
* **treesitter:** opt-out selection of the smallest node with
flash.treesitter() by specifying autojump = false
([folke#276](folke#276))
([daa06cd](folke@daa06cd))


### Bug Fixes

* **state:** abort to use Util.exit()
([folke#324](folke#324))
([e7ab1e4](folke@e7ab1e4))
* **treesitter:** process all trees. Closes
[folke#275](folke#275)
([51f3ee1](folke@51f3ee1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
myypo pushed a commit to myypo/flash.nvim that referenced this pull request Aug 10, 2024
This fixes the bug where pressing `esc` would still execute a pending
operator command.
myypo pushed a commit to myypo/flash.nvim that referenced this pull request Aug 10, 2024
🤖 I have created a release *beep* *boop*
---


## [2.1.0](folke/flash.nvim@v2.0.0...v2.1.0)
(2024-07-07)


### Features

* **prompt:** add `flash.prompt()` to get the prompt text
([folke#347](folke#347))
([f226e02](folke@f226e02))
* **treesitter:** opt-out selection of the smallest node with
flash.treesitter() by specifying autojump = false
([folke#276](folke#276))
([daa06cd](folke@daa06cd))


### Bug Fixes

* **state:** abort to use Util.exit()
([folke#324](folke#324))
([e7ab1e4](folke@e7ab1e4))
* **treesitter:** process all trees. Closes
[folke#275](folke#275)
([51f3ee1](folke@51f3ee1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants