diff src/version.c @ 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 30b7cde21940
children 8470ac4679c1
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -426,11 +426,6 @@ static char *(features[]) =
 	"-ole",
 # endif
 #endif
-#ifdef FEAT_OSFILETYPE
-	"+osfiletype",
-#else
-	"-osfiletype",
-#endif
 #ifdef FEAT_PATH_EXTRA
 	"+path_extra",
 #else
@@ -715,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    191,
+/**/
     190,
 /**/
     189,