diff options
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h index 138279e46..f77ffd6fe 100644 --- a/src/feature.h +++ b/src/feature.h @@ -1268,6 +1268,13 @@ #endif /* + * +terminal ":terminal" command. Runs a terminal in a window. + */ +#if !defined(FEAT_JOB_CHANNEL) && defined(FEAT_TERMINAL) +# undef FEAT_TERMINAL +#endif + +/* * +signs Allow signs to be displayed to the left of text lines. * Adds the ":sign" command. */ |