ZIm/crates/vim/src/normal
Ben Kunkle 6cd4dbdea1
gpui: Store action documentation (#33809)
Closes #ISSUE

Adds a new `documentation` method to actions, that is extracted from doc
comments when using the `actions!` or derive macros.

Additionally, this PR adds doc comments to as many action definitions in
Zed as possible.

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-07-02 21:14:33 -04:00
..
change.rs vim: Respect count for paragraphs (#33489) 2025-06-27 22:05:47 -06:00
convert.rs vim: Respect count for paragraphs (#33489) 2025-06-27 22:05:47 -06:00
delete.rs vim: Respect count for paragraphs (#33489) 2025-06-27 22:05:47 -06:00
increment.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
mark.rs Remove into SelectionEffects from .change_selections (#33554) 2025-06-27 14:31:31 -06:00
paste.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
repeat.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
scroll.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
search.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
substitute.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
toggle_comments.rs vim: Respect count for paragraphs (#33489) 2025-06-27 22:05:47 -06:00
yank.rs Fix an interaction between vim's linewise yank and editor's paste (#33555) 2025-06-30 14:03:55 -06:00