summaryrefslogtreecommitdiffstats
path: root/runtime/doc/os_win32.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-01 16:07:38 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-01 16:07:38 +0200
commit7ceefb35c8110d87ced884275ddbe63d024a014f (patch)
tree5b2021cf7bea4273386b3a3a541211dac6a2f7b1 /runtime/doc/os_win32.txt
parentb84a381c75e50ca0e0a24cc3e152d0c70f8c2c7d (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/os_win32.txt')
-rw-r--r--runtime/doc/os_win32.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt
index 7f378457d7..1017d4d261 100644
--- a/runtime/doc/os_win32.txt
+++ b/runtime/doc/os_win32.txt
@@ -230,7 +230,7 @@ A. VisionFS can't handle certain dot (.) three letter extension file names.
SCO declares this behavior required for backwards compatibility with 16bit
DOS/Windows environments. The two commands below demonstrate the behavior:
>
- echo Hello > file.bat~
+ echo Hello > file.bat~
dir > file.bat
<
The result is that the "dir" command updates the "file.bat~" file, instead