summaryrefslogtreecommitdiffstats
path: root/runtime/doc/version6.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/version6.txt')
-rw-r--r--runtime/doc/version6.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index 27e4d66c29..43775bdf6b 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -12232,7 +12232,7 @@ Files: Makefile, src/gvim.exe.mnf, src/vim.rc
Patch 6.2.348
Problem: Win32: "vim c:\dir\(test)" doesn't work, because the 'isfname'
- default value doesn't contain parenthesis.
+ default value doesn't contain parentheses.
Solution: Temporarily add '(' and ')' to 'isfname' when expanding file name
arguments.
Files: src/main.c