Skip to content

Commit

Permalink
[DOC UPDATE] updated doc file
Browse files Browse the repository at this point in the history
  • Loading branch information
vladevelops committed Oct 14, 2024
1 parent 7dfa71d commit 9bbb90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/gtestler.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ Pressing g on the test in the list, it will take you directly to that
function. Be aware renaming the file or the test function, will broke
the jumping system.
------------------------------------------------------------------------------
jump_to_next() *jump_to_next()*
jump_to_next() *gtestler.jump_to_next()*

Jumps to next test in the current buffer, from your current cursor location.
If no test is founded below the cursor it will wrap around to check
tests available before the cursor.

------------------------------------------------------------------------------
jump_to_previous() *jump_to_previous()*
jump_to_previous() *gtestler.jump_to_previous()*

Jumps to previous test in the current buffer, from your current cursor location.
If no test is founded above the cursor it will wrap around to check
Expand Down

0 comments on commit 9bbb90a

Please sign in to comment.