summaryrefslogtreecommitdiff
path: root/runtime/doc/quickfix.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-05-20 21:31:17 +0000
committerBram Moolenaar <Bram@vim.org>2005-05-20 21:31:17 +0000
commitf4630b60f598db3c163182f1920e7308d5b54cbb (patch)
treed188f060814b7375e95212b7076236338da22913 /runtime/doc/quickfix.txt
parentc930a3cc82074f14f2674aa039ca46d961edb297 (diff)
downloadvim-f4630b60f598db3c163182f1920e7308d5b54cbb.zip
updated for version 7.0074
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r--runtime/doc/quickfix.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index d558440a0..7c50427c9 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -1,4 +1,4 @@
-*quickfix.txt* For Vim version 7.0aa. Last change: 2005 Apr 01
+*quickfix.txt* For Vim version 7.0aa. Last change: 2005 May 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -611,7 +611,8 @@ Basic items
%% the single '%' character
%s search text (finds a string)
-The "%f" conversion depends on the current 'isfname' setting.
+The "%f" conversion depends on the current 'isfname' setting. "~/" is
+expanded to the home directory and environment variables are expanded.
The "%f" and "%m" conversions have to detect the end of the string. They
should be followed by a character that cannot be in the string. Everything