mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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.
This commit is contained in:
@@ -426,11 +426,6 @@ static char *(features[]) =
|
||||
"-ole",
|
||||
# endif
|
||||
#endif
|
||||
#ifdef FEAT_OSFILETYPE
|
||||
"+osfiletype",
|
||||
#else
|
||||
"-osfiletype",
|
||||
#endif
|
||||
#ifdef FEAT_PATH_EXTRA
|
||||
"+path_extra",
|
||||
#else
|
||||
@@ -714,6 +709,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
191,
|
||||
/**/
|
||||
190,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user