diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-04-19 20:05:19 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-04-20 22:47:07 +0200 |
| commit | 9f2210c8ee567c75f43d18313b668aee06eda597 (patch) | |
| tree | f806ed08d5cf1cd9d3947c7f4804f46ad18fbccc /Makefile | |
| parent | 2c8fcaa8fbb17b99aa5b0f8bfbbe0451dfa509f3 (diff) | |
| download | vis-9f2210c8ee567c75f43d18313b668aee06eda597.tar.gz vis-9f2210c8ee567c75f43d18313b668aee06eda597.tar.xz | |
vis: start cleaning up register related code
Now that register.h is no longer used by view.h we can move the struct
and function declarations to vis-core.h.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ REGEX_SRC ?= text-regex.c -SRC = array.c buffer.c libutf.c main.c map.c register.c ring-buffer.c \ +SRC = array.c buffer.c libutf.c main.c map.c ring-buffer.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-prompt.c vis-text-objects.c $(REGEX_SRC) + vis-operators.c vis-registers.c vis-prompt.c vis-text-objects.c $(REGEX_SRC) ELF = vis vis-menu vis-digraph EXECUTABLES = $(ELF) vis-clipboard vis-complete vis-open |
