Skip to content

Commit

Permalink
fix merge miss
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Jul 7, 2024
1 parent e8c1e15 commit 72e7c34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyvim/commands/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,6 @@ def write_all(editor):
eb.write()


@cmd('wqa')
def write_and_quit_all(editor):
@location_cmd('wqa', accepts_force=True)
def write_and_quit_all(editor, location, force=False):
"""
Expand Down

0 comments on commit 72e7c34

Please sign in to comment.