From d4bba6e46fa1ab67947508c95a4198dbcf060489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 10 Jul 2017 17:27:04 +0200 Subject: vis: implement jump list in terms of marks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 350d20c..d32e863 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ REGEX_SRC ?= text-regex.c -SRC = array.c buffer.c libutf.c main.c map.c ring-buffer.c \ +SRC = array.c buffer.c libutf.c main.c map.c \ sam.c text.c text-motions.c text-objects.c text-util.c \ ui-terminal.c view.c vis.c vis-lua.c vis-modes.c vis-motions.c \ vis-operators.c vis-registers.c vis-marks.c vis-prompt.c vis-text-objects.c $(REGEX_SRC) -- cgit v1.2.3