comparison src/feature.h @ 2834:107b03fdf1ad v7.3.191

updated for version 7.3.191 Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
author Bram Moolenaar <bram@vim.org>
date Thu, 19 May 2011 13:41:14 +0200
parents f579b934f51d
children 98a05814f1b4
comparison
equal deleted inserted replaced
2833:c869ff170ddc 2834:107b03fdf1ad
501 /* 501 /*
502 * +wildmenu 'wildmenu' option 502 * +wildmenu 'wildmenu' option
503 */ 503 */
504 #if defined(FEAT_NORMAL) && defined(FEAT_WINDOWS) 504 #if defined(FEAT_NORMAL) && defined(FEAT_WINDOWS)
505 # define FEAT_WILDMENU 505 # define FEAT_WILDMENU
506 #endif
507
508 /*
509 * +osfiletype filetype checking in autocommand patterns.
510 * Only on systems that support filetypes (RISC OS).
511 */
512 #if 0
513 # define FEAT_OSFILETYPE
514 # define DFLT_OFT "Text"
515 #endif 506 #endif
516 507
517 /* 508 /*
518 * +viminfo reading/writing the viminfo file. Takes about 8Kbyte 509 * +viminfo reading/writing the viminfo file. Takes about 8Kbyte
519 * of code. 510 * of code.