From 897fca77134d5d31b3835923f1adb62aa028d0eb Mon Sep 17 00:00:00 2001 From: Omnikar Date: Fri, 24 Dec 2021 11:22:03 -0500 Subject: [PATCH] Re-add backticks around command names --- runtime/help/copy_selection_on_next_line.txt | 2 +- runtime/help/copy_selection_on_prev_line.txt | 2 +- runtime/help/extend_char_left.txt | 2 +- runtime/help/extend_char_right.txt | 2 +- runtime/help/extend_line_down.txt | 2 +- runtime/help/extend_line_up.txt | 2 +- runtime/help/extend_next_word_end.txt | 2 +- runtime/help/extend_next_word_start.txt | 2 +- runtime/help/extend_prev_word_start.txt | 2 +- runtime/help/move_char_left.txt | 2 +- runtime/help/move_char_right.txt | 2 +- runtime/help/move_line_down.txt | 2 +- runtime/help/move_line_up.txt | 2 +- runtime/help/move_next_word_end.txt | 2 +- runtime/help/move_next_word_start.txt | 2 +- runtime/help/move_prev_word_start.txt | 2 +- runtime/help/no_op.txt | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/runtime/help/copy_selection_on_next_line.txt b/runtime/help/copy_selection_on_next_line.txt index 4a2e50c75..0187444db 100644 --- a/runtime/help/copy_selection_on_next_line.txt +++ b/runtime/help/copy_selection_on_next_line.txt @@ -1,4 +1,4 @@ -copy_selection_on_next_line +`copy_selection_on_next_line` Copies the current primary selection to the next line long enough to accomodate it. diff --git a/runtime/help/copy_selection_on_prev_line.txt b/runtime/help/copy_selection_on_prev_line.txt index 620cdb3c4..756c2b364 100644 --- a/runtime/help/copy_selection_on_prev_line.txt +++ b/runtime/help/copy_selection_on_prev_line.txt @@ -1,4 +1,4 @@ -copy_selection_on_prev_line +`copy_selection_on_prev_line` Copies the current primary selection to the first previous line long enough to accomodate it. diff --git a/runtime/help/extend_char_left.txt b/runtime/help/extend_char_left.txt index f3abd1e61..2e87ef608 100644 --- a/runtime/help/extend_char_left.txt +++ b/runtime/help/extend_char_left.txt @@ -1,3 +1,3 @@ -extend_char_left +`extend_char_left` Extending version of `move_char_left`. diff --git a/runtime/help/extend_char_right.txt b/runtime/help/extend_char_right.txt index 5b1c8867e..7568169f9 100644 --- a/runtime/help/extend_char_right.txt +++ b/runtime/help/extend_char_right.txt @@ -1,3 +1,3 @@ -extend_char_right +`extend_char_right` Extending version of `move_char_right`. diff --git a/runtime/help/extend_line_down.txt b/runtime/help/extend_line_down.txt index 86fef00eb..f37497c53 100644 --- a/runtime/help/extend_line_down.txt +++ b/runtime/help/extend_line_down.txt @@ -1,3 +1,3 @@ -extend_line_down +`extend_line_down` Extending version of `move_line_down`. diff --git a/runtime/help/extend_line_up.txt b/runtime/help/extend_line_up.txt index 6f9a45529..2adcbac6c 100644 --- a/runtime/help/extend_line_up.txt +++ b/runtime/help/extend_line_up.txt @@ -1,3 +1,3 @@ -extend_line_up +`extend_line_up` Extending version of `move_line_up`. diff --git a/runtime/help/extend_next_word_end.txt b/runtime/help/extend_next_word_end.txt index 3d9c62a69..aee4840ee 100644 --- a/runtime/help/extend_next_word_end.txt +++ b/runtime/help/extend_next_word_end.txt @@ -1,3 +1,3 @@ -extend_next_word_end +`extend_next_word_end` Extending version of `move_next_word_end`. diff --git a/runtime/help/extend_next_word_start.txt b/runtime/help/extend_next_word_start.txt index 231840c31..4c6e3875b 100644 --- a/runtime/help/extend_next_word_start.txt +++ b/runtime/help/extend_next_word_start.txt @@ -1,3 +1,3 @@ -extend_next_word_start +`extend_next_word_start` Extending version of `move_next_word_start`. diff --git a/runtime/help/extend_prev_word_start.txt b/runtime/help/extend_prev_word_start.txt index afb8168f9..699343c84 100644 --- a/runtime/help/extend_prev_word_start.txt +++ b/runtime/help/extend_prev_word_start.txt @@ -1,3 +1,3 @@ -extend_prev_word_start +`extend_prev_word_start` Extending version of `move_prev_word_start`. diff --git a/runtime/help/move_char_left.txt b/runtime/help/move_char_left.txt index 94411b6cc..2996f39a9 100644 --- a/runtime/help/move_char_left.txt +++ b/runtime/help/move_char_left.txt @@ -1,3 +1,3 @@ -move_char_left +`move_char_left` Moves all cursors 1 character left, removing any selections. diff --git a/runtime/help/move_char_right.txt b/runtime/help/move_char_right.txt index d8afadd2d..485f9fe3d 100644 --- a/runtime/help/move_char_right.txt +++ b/runtime/help/move_char_right.txt @@ -1,3 +1,3 @@ -move_char_right +`move_char_right` Moves all cursors 1 character right, removing any selections. diff --git a/runtime/help/move_line_down.txt b/runtime/help/move_line_down.txt index 3c7f940f6..7cbe45c02 100644 --- a/runtime/help/move_line_down.txt +++ b/runtime/help/move_line_down.txt @@ -1,4 +1,4 @@ -move_line_down +`move_line_down` Moves all cursors 1 line down, removing any selections. Repeating this will remember the vertical position of the cursors, diff --git a/runtime/help/move_line_up.txt b/runtime/help/move_line_up.txt index 830d841c9..5fdef6c16 100644 --- a/runtime/help/move_line_up.txt +++ b/runtime/help/move_line_up.txt @@ -1,4 +1,4 @@ -move_line_up +`move_line_up` Moves all cursors 1 line up, removing any selections. Repeating this will remember the vertical position of the cursors, diff --git a/runtime/help/move_next_word_end.txt b/runtime/help/move_next_word_end.txt index df9fc1d07..0b859a8a7 100644 --- a/runtime/help/move_next_word_end.txt +++ b/runtime/help/move_next_word_end.txt @@ -1,4 +1,4 @@ -move_next_word_end +`move_next_word_end` Moves and selects forward, stopping at the last character of the current word. diff --git a/runtime/help/move_next_word_start.txt b/runtime/help/move_next_word_start.txt index f572533e2..ca8b11170 100644 --- a/runtime/help/move_next_word_start.txt +++ b/runtime/help/move_next_word_start.txt @@ -1,4 +1,4 @@ -move_next_word_start +`move_next_word_start` Moves and selects forward, stopping before the first character of the next word. diff --git a/runtime/help/move_prev_word_start.txt b/runtime/help/move_prev_word_start.txt index eb15b7674..0e71450ab 100644 --- a/runtime/help/move_prev_word_start.txt +++ b/runtime/help/move_prev_word_start.txt @@ -1,4 +1,4 @@ -move_prev_word_start +`move_prev_word_start` Moves and selects backward, stopping at the first character of the previous word. diff --git a/runtime/help/no_op.txt b/runtime/help/no_op.txt index e0137cbd5..b8e9d20cf 100644 --- a/runtime/help/no_op.txt +++ b/runtime/help/no_op.txt @@ -1,3 +1,3 @@ -no_op +`no_op` Does nothing. Use this to disable default keybinds.