diff options
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 869972e3b4..331d7ec5a4 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -395,7 +395,6 @@ EXTERN int updating_screen INIT(= FALSE); * All windows are linked in a list. firstwin points to the first entry, * lastwin to the last entry (can be the same as firstwin) and curwin to the * currently active window. - * Without the FEAT_WINDOWS they are all equal. */ EXTERN win_T *firstwin; /* first window */ EXTERN win_T *lastwin; /* last window */ |