summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkyoh86 <me@kyoh86.dev>2022-11-28 04:03:03 +0900
committerGitHub <noreply@github.com>2022-11-27 20:03:03 +0100
commit343a2b6b712eb42ae5a319d484508cc5e9e483b0 (patch)
tree23322c84ebccdd607394527d42d9dce5db924c0f /README.md
parentcea9c75c19d172d2c6f089f21656019734a615cf (diff)
feat: add new action to open quickfix window from quickfixhistory (#2249)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6a57965..f99b7e1 100644
--- a/README.md
+++ b/README.md
@@ -301,7 +301,7 @@ Built-in functions. Ready to be bound to any key you like.
| `builtin.marks` | Lists vim marks and their value |
| `builtin.colorscheme` | Lists available colorschemes and applies them on `<cr>` |
| `builtin.quickfix` | Lists items in the quickfix list |
-| `builtin.quickfixhistory` | Lists all quickfix lists in your history and open them with `builtin.quickfix` |
+| `builtin.quickfixhistory` | Lists all quickfix lists in your history and open them with `builtin.quickfix` or quickfix window |
| `builtin.loclist` | Lists items from the current window's location list |
| `builtin.jumplist` | Lists Jump List entries |
| `builtin.vim_options` | Lists vim options, allows you to edit the current value on `<cr>` |