diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-01-04 22:22:07 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-01-04 22:31:50 +0100 |
| commit | c6953f92be304c637ecb64a8ef363c151ec0f409 (patch) | |
| tree | 7f6d2153f094beac6cf3f8d38c6748b316ecb503 /config.def.h | |
| parent | f356d76752c59bef8e4034e759226ab36c8a1a62 (diff) | |
| download | vis-c6953f92be304c637ecb64a8ef363c151ec0f409.tar.gz vis-c6953f92be304c637ecb64a8ef363c151ec0f409.tar.xz | |
Simplify jump to line :nnn
As a side effect this also allows to jump to marks via :'m
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 0ca896b..370fb1b 100644 --- a/config.def.h +++ b/config.def.h @@ -47,7 +47,6 @@ enum { /* command recognized at the ':'-prompt. tested top to bottom, first match wins. */ static Command cmds[] = { - { "^[0-9]+$", cmd_gotoline, false }, { "^bd(elete)?!?$", cmd_bdelete, false }, { "^e(dit)?!?$", cmd_edit, false }, { "^new$", cmd_new, false }, |
