Skip to content

Macro doesnt stop at failed actions like failed search #4

@TheResplandor

Description

@TheResplandor

situation:
you have a macro that searches for bar and replaces it with foo. basically clicks: /barcefoo
you use it on a file that doesnt have the word foo in it.

Expected (pure-vim behavior):
the macro stops after the seach fails.

Current behavior:
the macro fails the search but continues till its end (clicks cefoo)

A failed search in atom does this small fail sound, so i assume some event is triggered, so i guess this is possible to implement.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingupstream

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions