mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
Macro cleanup: FEAT_GUI_MOTIF
This commit is contained in:

committed by
Justin M. Keyes

parent
031758ad5c
commit
6d937315b6
@@ -9936,8 +9936,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
||||
#endif
|
||||
"arabic",
|
||||
"autocmd",
|
||||
#if defined(FEAT_BROWSE) && (defined(USE_FILE_CHOOSER) \
|
||||
|| defined(FEAT_GUI_MOTIF))
|
||||
#if defined(FEAT_BROWSE) && defined(USE_FILE_CHOOSER)
|
||||
"browsefilter",
|
||||
#endif
|
||||
"byte_offset",
|
||||
|
Reference in New Issue
Block a user