aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-05-28 13:09:50 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-05-28 13:09:59 -0400
commit3972f6cde741a03eb04a413f61983f2d768127c2 (patch)
tree42bedb0a0915fd82e809c6c23b812518ebd872ac /src/nvim/window.c
parent3dddceedceebb73b93d399f2c56b0f1b5394c645 (diff)
parent6fc28397950f367f4b9e5b56b9d135dde2410e76 (diff)
downloadrneovim-3972f6cde741a03eb04a413f61983f2d768127c2.tar.gz
rneovim-3972f6cde741a03eb04a413f61983f2d768127c2.tar.bz2
rneovim-3972f6cde741a03eb04a413f61983f2d768127c2.zip
Merge #500 'Remove/simplify #ifdefs on default features'
Diffstat (limited to 'src/nvim/window.c')
-rw-r--r--src/nvim/window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/window.c b/src/nvim/window.c
index 6f97401a80..11ed1c0730 100644
--- a/src/nvim/window.c
+++ b/src/nvim/window.c
@@ -2782,8 +2782,7 @@ void win_alloc_aucmd_win(void)
/*
* Allocate the first window or the first window in a new tab page.
* When "oldwin" is NULL create an empty buffer for it.
- * When "oldwin" is not NULL copy info from it to the new window (only with
- * FEAT_WINDOWS).
+ * When "oldwin" is not NULL copy info from it to the new window.
* Return FAIL when something goes wrong (out of memory).
*/
static int win_alloc_firstwin(win_T *oldwin)