diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-09 21:27:55 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-09 21:27:55 +0200 |
| commit | 6d2e43b8142e17f4dd0a578a961b1d8cc98894bb (patch) | |
| tree | 9137169b01606fa65721358daa093c85c37b9168 /config.def.h | |
| parent | 78e0601e4ee68177ef597e75d08da786b0cabd3d (diff) | |
| download | vis-6d2e43b8142e17f4dd0a578a961b1d8cc98894bb.tar.gz vis-6d2e43b8142e17f4dd0a578a961b1d8cc98894bb.tar.xz | |
Remove trailing whitespaces (sed 's/[ \t]*$//')
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 0bc0650..df35f2a 100644 --- a/config.def.h +++ b/config.def.h @@ -474,7 +474,7 @@ static Mode vis_modes[] = { .parent = &vis_modes[VIS_MODE_MARK], .bindings = vis_marks_line, }, - [VIS_MODE_MOVE] = { + [VIS_MODE_MOVE] = { .name = "MOVE", .parent = &vis_modes[VIS_MODE_MARK_LINE], .bindings = vis_movements, @@ -485,7 +485,7 @@ static Mode vis_modes[] = { .parent = &vis_modes[VIS_MODE_MOVE], .bindings = vis_inner_textobjs, }, - [VIS_MODE_TEXTOBJ] = { + [VIS_MODE_TEXTOBJ] = { .name = "TEXTOBJ", .common_prefix = true, .parent = &vis_modes[VIS_MODE_INNER_TEXTOBJ], |
