Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 13, 2024
1 parent 91271b8 commit 18a68a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/submode.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ For example, the submode `WinMove` also can be defined as follow:
submode.set("WinMove", "l", "<C-w>l")
<

If you create a plugin and wann to provide a submode using this, it is
If you created a plugin and want to provide a submode using this, it is
preferred `submode.create` to define mappings as it allow user to override
default mappings or remove overrided mappings to restore default mappings.

Expand Down

0 comments on commit 18a68a5

Please sign in to comment.