Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix abort to use Util.exit()#324

Merged
folke merged 1 commit intofolke:mainfrom
kevintraver:fix/treesitter-abort
Jul 7, 2024
Merged

Fix abort to use Util.exit()#324
folke merged 1 commit intofolke:mainfrom
kevintraver:fix/treesitter-abort

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
@kevintraver kevintraver requested a review from rubiin May 18, 2024 20:38
@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

Comments