diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2025-12-13 09:37:21 -0700 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-12-16 11:28:44 -0700 |
| commit | 5abe94420528d3e107eceb0f3df073e8a1270191 (patch) | |
| tree | 332ab323c429250efcd086b15dac9beff6625a60 /main.c | |
| parent | bafcf13695f80dac6d9be87b65ad6156ddc3d621 (diff) | |
| download | vis-5abe94420528d3e107eceb0f3df073e8a1270191.tar.gz vis-5abe94420528d3e107eceb0f3df073e8a1270191.tar.xz | |
make vis a single file build
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 24 |
1 files changed, 1 insertions, 23 deletions
@@ -1,26 +1,4 @@ -#include <signal.h> -#include <limits.h> -#include <string.h> -#include <stdio.h> -#include <wchar.h> -#include <ctype.h> -#include <errno.h> -#include <fcntl.h> -#include <inttypes.h> -#include <sys/stat.h> -#include <sys/types.h> - -#include "util.h" - -#include "ui.h" -#include "vis.h" -#include "vis-lua.h" -#include "text-util.h" -#include "text-motions.h" -#include "text-objects.h" -#include "libutf.h" -#include "array.h" -#include "buffer.h" +#include "vis.c" static Vis vis[1]; |
