aboutsummaryrefslogtreecommitdiff
path: root/vis-motions.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis-motions.c')
-rw-r--r--vis-motions.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/vis-motions.c b/vis-motions.c
index 02b687d..0a44555 100644
--- a/vis-motions.c
+++ b/vis-motions.c
@@ -472,22 +472,6 @@ const Movement vis_motions[] = {
.txt = text_paragraph_next,
.type = LINEWISE|JUMP,
},
- [VIS_MOVE_FUNCTION_START_PREV] = {
- .txt = text_function_start_prev,
- .type = LINEWISE|JUMP,
- },
- [VIS_MOVE_FUNCTION_START_NEXT] = {
- .txt = text_function_start_next,
- .type = LINEWISE|JUMP,
- },
- [VIS_MOVE_FUNCTION_END_PREV] = {
- .txt = text_function_end_prev,
- .type = LINEWISE|JUMP,
- },
- [VIS_MOVE_FUNCTION_END_NEXT] = {
- .txt = text_function_end_next,
- .type = LINEWISE|JUMP,
- },
[VIS_MOVE_BLOCK_START] = {
.txt = text_block_start,
.type = JUMP,