mirror of
https://github.com/vim/vim.git
synced 2025-11-13 22:54:27 -05:00
updated for version 7.0209
This commit is contained in:
@@ -1245,7 +1245,7 @@ mch_read_filetype(file)
|
||||
;
|
||||
type_string[i] = 0;
|
||||
|
||||
set_string_option_direct("osfiletype", -1, type_string, OPT_FREE);
|
||||
set_string_option_direct("osfiletype", -1, type_string, OPT_FREE, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user