diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-05-19 13:41:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-05-19 13:41:14 +0200 |
commit | b07269a548ee40bf509f8ce2c19f3a86d37916e5 (patch) | |
tree | 2ffea40e095946ceb9f0ab51477728153ee345bc /src/feature.h | |
parent | 20f90cf99a156ba6fa93fc44047264685f210824 (diff) | |
download | vim-git-b07269a548ee40bf509f8ce2c19f3a86d37916e5.tar.gz |
updated for version 7.3.191v7.3.191
Problem: Still some RISC OS stuff to remove.
Solution: Remove files and lines. (Hong Xu)
Remove the 'osfiletype' option code.
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/feature.h b/src/feature.h index ea79758af..2fdd901b3 100644 --- a/src/feature.h +++ b/src/feature.h @@ -506,15 +506,6 @@ #endif /* - * +osfiletype filetype checking in autocommand patterns. - * Only on systems that support filetypes (RISC OS). - */ -#if 0 -# define FEAT_OSFILETYPE -# define DFLT_OFT "Text" -#endif - -/* * +viminfo reading/writing the viminfo file. Takes about 8Kbyte * of code. * VIMINFO_FILE Location of user .viminfo file (should start with $). |