diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-02-11 14:19:15 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-02-11 14:19:15 +0100 |
commit | 6dfc28be25dc1e4323b6652fa517e972007ff1bd (patch) | |
tree | ff19f5d6d935e56922bafdcab481d25d3ddbf759 /runtime/doc/quickfix.txt | |
parent | cee6a352b23c8e444d4e0f4a219c288da1b19f76 (diff) | |
download | vim-git-6dfc28be25dc1e4323b6652fa517e972007ff1bd.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index b73431511..424811c87 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -482,7 +482,7 @@ example: > {shellpipe} is the 'shellpipe' option. {errorfile} is the 'makeef' option, with ## replaced to make it unique. -The placeholder "$*" can be used for the argument list in {makeprog} if the +The placeholder "$*" can be used for the argument list in {makeprg} if the command needs some additional characters after its arguments. The $* is replaced then by all arguments. Example: > :set makeprg=latex\ \\\\nonstopmode\ \\\\input\\{$*} @@ -1212,7 +1212,7 @@ Maintaining the correct directory is more complicated if you don't use GNU-make. AIX-make for example doesn't print any information about its working directory. Then you need to enhance the makefile. In the makefile of LessTif there is a command which echoes "Making {target} in {dir}". The -special problem here is that it doesn't print informations on leaving the +special problem here is that it doesn't print information on leaving the directory and that it doesn't print the absolute path. To solve the problem with relative paths and missing "leave directory" |