Skip to content

Commit

Permalink
Fix docs snippy.expand_or_next -> snippy.expand_or_advance
Browse files Browse the repository at this point in the history
  • Loading branch information
eNV25 authored and dcampos committed Oct 15, 2022
1 parent 93268f3 commit 88bb840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/snippy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ snippy.can_expand_or_advance() *snippy.can_expand_or_advance()*
snippy.expand() *snippy.expand()*
Expands the current trigger at the current location.

snippy.expand_or_next() *snippy.expand_or_next()*
snippy.expand_or_advance() *snippy.expand_or_advance()*
Expands the current trigger if possible. Otherwise jumps to the next
available tab stop.

Expand Down

0 comments on commit 88bb840

Please sign in to comment.