diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-29 01:53:03 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-29 01:53:42 +0200 |
commit | 024ff6b80831a27d2f6571006eb6fdf94d95f882 (patch) | |
tree | 1c4a520069712e978c0ffb9eaa1d8ee771be304d /runtime/doc/quickfix.txt | |
parent | 789c46934b2089782fb0115493513bd0cc6f7388 (diff) | |
download | rneovim-024ff6b80831a27d2f6571006eb6fdf94d95f882.tar.gz rneovim-024ff6b80831a27d2f6571006eb6fdf94d95f882.tar.bz2 rneovim-024ff6b80831a27d2f6571006eb6fdf94d95f882.zip |
vim-patch:25de4c232d58
Updated runtime files.
https://github.com/vim/vim/commit/25de4c232d580583feadae11ab34e3cc6333c350
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 1bc5c31281..d9f6b2c39d 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -872,7 +872,7 @@ need to write down a "todo" list. The Vim plugins in the "compiler" directory will set options to use the -selected compiler. For ":compiler" local options are set, for ":compiler!" +selected compiler. For `:compiler` local options are set, for `:compiler!` global options. *current_compiler* To support older Vim versions, the plugins always use "current_compiler" and |