aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickfix.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-12-31 16:07:53 -0500
committerGitHub <noreply@github.com>2017-12-31 16:07:53 -0500
commit907b2f18f7c35eb289357aa08e00178562b65a42 (patch)
treee631ed9b5f004a4d3038b73e4c7b73208dae6fe1 /runtime/doc/quickfix.txt
parent9ad557fb2d4a1ef3101c7894a1038aa2eb932a48 (diff)
parent9fe6c12e8159b656e53b6d79226aa5a1c39fdc27 (diff)
downloadrneovim-907b2f18f7c35eb289357aa08e00178562b65a42.tar.gz
rneovim-907b2f18f7c35eb289357aa08e00178562b65a42.tar.bz2
rneovim-907b2f18f7c35eb289357aa08e00178562b65a42.zip
Merge pull request #7795 from jamessan/vim-8.0.0591
[RFC] vim-patch:8.0.0591,8.0.0634,8.0.0641,8.0.0657
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r--runtime/doc/quickfix.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 74f82b2c65..f280286290 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -470,7 +470,11 @@ keep its height, ignoring 'winheight' and 'equalalways'. You can change the
height manually (e.g., by dragging the status line above it with the mouse).
In the quickfix window, each line is one error. The line number is equal to
-the error number. You can use ":.cc" to jump to the error under the cursor.
+the error number. The current entry is highlighted with the QuickFixLine
+highlighting. You can change it to your liking, e.g.: >
+ :hi QuickFixLine ctermbg=Yellow guibg=Yellow
+
+You can use ":.cc" to jump to the error under the cursor.
Hitting the <Enter> key or double-clicking the mouse on a line has the same
effect. The file containing the error is opened in the window above the
quickfix window. If there already is a window for that file, it is used