aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-01-04 22:22:07 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-01-04 22:31:50 +0100
commitc6953f92be304c637ecb64a8ef363c151ec0f409 (patch)
tree7f6d2153f094beac6cf3f8d38c6748b316ecb503 /config.def.h
parentf356d76752c59bef8e4034e759226ab36c8a1a62 (diff)
downloadvis-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.h1
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 },