diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-22 15:37:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-22 15:37:44 +0200 |
commit | 06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6 (patch) | |
tree | 4e4054360a178c58b1fb4e48bb51955f984a6b66 /runtime/doc/quickfix.txt | |
parent | db7c686ea58323f8e8550dea287eac7ea4964a55 (diff) | |
download | vim-06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6.zip |
Add the settabvar() and gettabvar() functions.
Various runtime file updates.
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 6a9be16ab..db7a82df5 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1260,7 +1260,7 @@ prints information about entering a directory in the form "Making all in dir". This can be solved by printing absolute directories in the "enter directory" message or by printing "leave directory" messages.. -To avoid this problems, ensure to print absolute directory names and "leave +To avoid this problem, ensure to print absolute directory names and "leave directory" messages. Examples for Makefiles: |