From ab2d1ddd0adbeec8061b6560ebedf5a1f7bb5867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 2 Apr 2016 13:20:20 +0200 Subject: sam: unify vi(m) and sam command line The following vi commands have been dropped: - saveas - xit - ! The following commands are only recognized in their short form: - e (edit) - q (quit) - s (substitute) - w (write) - r (read) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 364e194..adf7fbc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SRC = array.c buffer.c libutf.c main.c map.c register.c ring-buffer.c \ sam.c text.c text-motions.c text-objects.c text-regex.c text-util.c \ - ui-curses.c view.c vis.c vis-cmds.c vis-lua.c vis-modes.c vis-motions.c \ + ui-curses.c view.c vis.c vis-lua.c vis-modes.c vis-motions.c \ vis-operators.c vis-prompt.c vis-text-objects.c # conditionally initialized, this is needed for standalone build -- cgit v1.2.3