diff options
| author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2016-05-23 22:16:39 +0100 |
|---|---|---|
| committer | Rui Abreu Ferreira <raf-ep@gmx.com> | 2016-05-27 23:43:40 +0100 |
| commit | 46aac2a09af7c2feedd254b48fbbe4726c7d73d3 (patch) | |
| tree | aeea79a4f6b0e903f99f979645bbb6f7a0c629af /config | |
| parent | 1d63672c77a7a6307a8c99bd8cea59af3f94286a (diff) | |
| download | rneovim-46aac2a09af7c2feedd254b48fbbe4726c7d73d3.tar.gz rneovim-46aac2a09af7c2feedd254b48fbbe4726c7d73d3.tar.bz2 rneovim-46aac2a09af7c2feedd254b48fbbe4726c7d73d3.zip | |
Windows: Don't build the TUI is systems where it is not supported
The TUI can be enabled/disabled at build time with -DFEAT_TUI, default is ON for
UNIX, and OFF for non UNIX. When off, Neovim prints a message to stderr, along
with a list of the server endpoints.
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.h.in b/config/config.h.in index 5c5b008f7e..c2f52d8c7e 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -50,6 +50,7 @@ #cmakedefine USE_FNAME_CASE #define FEAT_CSCOPE +#cmakedefine FEAT_TUI #ifndef UNIT_TESTING #cmakedefine HAVE_JEMALLOC |