diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-27 23:58:35 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-27 23:58:35 +0000 |
commit | 5e3cb7e8699f855193179a8cb799d1087f4a2ac9 (patch) | |
tree | 297e019074e2c2b85d5151701fcfae03bf02ceb9 /src/os_riscos.c | |
parent | eddf53b02e2b007208b19c74fb616be2c0839b36 (diff) | |
download | vim-git-5e3cb7e8699f855193179a8cb799d1087f4a2ac9.tar.gz |
updated for version 7.0209v7.0209
Diffstat (limited to 'src/os_riscos.c')
-rw-r--r-- | src/os_riscos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_riscos.c b/src/os_riscos.c index 39a03cc36..cc52d85a6 100644 --- a/src/os_riscos.c +++ b/src/os_riscos.c @@ -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; } |