diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-20 21:31:17 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-20 21:31:17 +0000 |
commit | f4630b60f598db3c163182f1920e7308d5b54cbb (patch) | |
tree | d188f060814b7375e95212b7076236338da22913 /runtime/doc/quickfix.txt | |
parent | c930a3cc82074f14f2674aa039ca46d961edb297 (diff) | |
download | vim-f4630b60f598db3c163182f1920e7308d5b54cbb.zip |
updated for version 7.0074
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 5 |
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 |