From c6953f92be304c637ecb64a8ef363c151ec0f409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 4 Jan 2015 22:22:07 +0100 Subject: Simplify jump to line :nnn As a side effect this also allows to jump to marks via :'m --- config.def.h | 1 - 1 file changed, 1 deletion(-) (limited to 'config.def.h') 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 }, -- cgit v1.2.3