diff options
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/howto.txt | 2 | ||||
-rw-r--r-- | runtime/doc/quickfix.txt | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/runtime/doc/howto.txt b/runtime/doc/howto.txt index ac69d55d8..1a8833b75 100644 --- a/runtime/doc/howto.txt +++ b/runtime/doc/howto.txt @@ -1,4 +1,4 @@ -*howto.txt* For Vim version 7.1a. Last change: 2006 Apr 02 +*howto.txt* For Vim version 7.1b. Last change: 2006 Apr 02 VIM REFERENCE MANUAL by Bram Moolenaar diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index d0be37e38..942823d5f 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1,4 +1,4 @@ -*quickfix.txt* For Vim version 7.1a. Last change: 2007 Apr 17 +*quickfix.txt* For Vim version 7.1b. Last change: 2007 May 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -715,6 +715,17 @@ not "b:current_compiler". What the command actually does is the following: For writing a compiler plugin, see |write-compiler-plugin|. +GCC *quickfix-gcc* *compiler-gcc* + +There's one variable you can set for the GCC compiler: + +g:compiler_gcc_ignore_unmatched_lines + Ignore lines that don't match any patterns + defined for GCC. Useful if output from + commands run from make are generating false + positives. + + MANX AZTEC C *quickfix-manx* *compiler-manx* To use Vim with Manx's Aztec C compiler on the Amiga you should do the |