mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
Removed FEAT_WINDOWS
Support for multiple windows and status line.
This commit is contained in:
@@ -363,9 +363,7 @@ int get_real_state(void)
|
||||
}
|
||||
|
||||
#if defined(FEAT_SESSION) || defined(MSWIN) || defined(FEAT_GUI_MAC) \
|
||||
|| ((defined(FEAT_GUI_GTK)) \
|
||||
&& ( defined(FEAT_WINDOWS) || defined(FEAT_DND)) ) \
|
||||
|| defined(PROTO)
|
||||
|| defined(FEAT_GUI_GTK) || defined(PROTO)
|
||||
/*
|
||||
* Change to a file's directory.
|
||||
* Caller must call shorten_fnames()!
|
||||
|
Reference in New Issue
Block a user