Skip to content

Commit

Permalink
fix: re-add the code
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Dec 9, 2024
1 parent 5b22f5f commit 11c26e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vi-mode/commands.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ on the same line or at eol if there are none."

(define-text-object-command vi-a-broad-word (count) ("p")
(:expand-selection t)
)
(a-range-of 'broad-word-object (current-state) count))

(define-text-object-command vi-inner-broad-word (count) ("p")
(:expand-selection t)
Expand Down

0 comments on commit 11c26e4

Please sign in to comment.