summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-14 19:13:43 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-14 19:13:43 +0100
commit7b3ca76a451b10d238ef946f3231762e0bd988e9 (patch)
treed05c9be4dafb1e5ae77eb76325df7cc40fda2e52 /src/feature.h
parent0727d362b4dad83d9fdf1caba074213e77e0aa49 (diff)
downloadvim-git-7b3ca76a451b10d238ef946f3231762e0bd988e9.tar.gz
patch 7.4.1318v7.4.1318
Problem: Channel with pipes doesn't work in GUI. Solution: Register input handlers for pipes.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h
index e1f8e27b7..ca01b064c 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1262,7 +1262,7 @@
#endif
/*
- * The +job feature requires +eval and Unix or MS-Widndows.
+ * The +job feature requires +eval and Unix or MS-Windows.
*/
#if (defined(UNIX) || defined(WIN32)) && defined(FEAT_EVAL)
# define FEAT_JOB