comparison runtime/doc/quickfix.txt @ 10348:c78513465e6e

commit https://github.com/vim/vim/commit/25de4c232d580583feadae11ab34e3cc6333c350 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 6 14:48:06 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 06 Nov 2016 15:00:06 +0100
parents 9f48eab77d62
children 1218c5353e2b
comparison
equal deleted inserted replaced
10347:3a9a9c66eb1c 10348:c78513465e6e
1 *quickfix.txt* For Vim version 8.0. Last change: 2016 Jul 17 1 *quickfix.txt* For Vim version 8.0. Last change: 2016 Nov 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
876 {not available when compiled without the 876 {not available when compiled without the
877 |+eval| feature} 877 |+eval| feature}
878 878
879 879
880 The Vim plugins in the "compiler" directory will set options to use the 880 The Vim plugins in the "compiler" directory will set options to use the
881 selected compiler. For ":compiler" local options are set, for ":compiler!" 881 selected compiler. For `:compiler` local options are set, for `:compiler!`
882 global options. 882 global options.
883 *current_compiler* 883 *current_compiler*
884 To support older Vim versions, the plugins always use "current_compiler" and 884 To support older Vim versions, the plugins always use "current_compiler" and
885 not "b:current_compiler". What the command actually does is the following: 885 not "b:current_compiler". What the command actually does is the following:
886 886