aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/window.c
diff options
context:
space:
mode:
authorHinidu <hinidu@gmail.com>2014-04-08 23:52:28 +0300
committerJustin M. Keyes <justinkz@gmail.com>2014-05-28 13:08:53 -0400
commitdd7657c1605246e8f7ade35184069a09dc254e84 (patch)
treeed644fb940453182556c9ccde856d1a5e472edd2 /src/nvim/window.c
parent3dddceedceebb73b93d399f2c56b0f1b5394c645 (diff)
downloadrneovim-dd7657c1605246e8f7ade35184069a09dc254e84.tar.gz
rneovim-dd7657c1605246e8f7ade35184069a09dc254e84.tar.bz2
rneovim-dd7657c1605246e8f7ade35184069a09dc254e84.zip
Removed FEAT_WINDOWS
Support for multiple windows and status line.
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)