1
0
forked from aniani/vim

patch 7.4.1375

Problem:    Still some Win16 code.
Solution:   Remove FEAT_GUI_W16.(Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2016-02-20 22:17:05 +01:00
parent af7559f666
commit e89ff0472b
13 changed files with 16 additions and 232 deletions

View File

@@ -488,11 +488,7 @@ struct vimoption
* The options with a NULL variable are 'hidden': a set command for them is
* ignored and they are not printed.
*/
static struct vimoption
#ifdef FEAT_GUI_W16
_far
#endif
options[] =
static struct vimoption options[] =
{
{"aleph", "al", P_NUM|P_VI_DEF|P_CURSWANT,
#ifdef FEAT_RIGHTLEFT