aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.txt
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2022-05-08 10:15:36 +0100
committerGitHub <noreply@github.com>2022-05-08 10:15:36 +0100
commit0d3f17a6c317b26cdc319b48e25e1574f3a0e9fd (patch)
tree121cb4b0b1dd5da906ec3350b85533552bbfed7c /runtime/doc/quickref.txt
parent1b1cc4d864b4b15e705c1a500e64c7bfbacedae7 (diff)
downloadrneovim-0d3f17a6c317b26cdc319b48e25e1574f3a0e9fd.tar.gz
rneovim-0d3f17a6c317b26cdc319b48e25e1574f3a0e9fd.tar.bz2
rneovim-0d3f17a6c317b26cdc319b48e25e1574f3a0e9fd.zip
vim-patch:partial:d899e5112079 (#18474)
Update runtime files https://github.com/vim/vim/commit/d899e51120798d3fb5420abb1f19dddf3f014d05 - Skip vimhelp.vim stuff (syntax/help.vim, syntax.txt; v8.2.4891). - Skip :let heredoc eval stuff (eval.txt; v8.2.4770). - Skip uk.cp1251.po. - Skip `*hl-CurSearch*` change (syntax.txt): - Vim's CurSearch works differently (Nvim's uses current cursor pos). Dunno know how applicable the redrawing comment is to Nvim... - Might be preferred to move it under `*hl-Search*` like Vim?
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index c3badd5401..961d734bfe 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -1269,7 +1269,7 @@ Context-sensitive completion on the command-line:
|CTRL-W_^| CTRL-W ^ split window and edit alternate file
|CTRL-W_n| CTRL-W n or :new create new empty window
|CTRL-W_q| CTRL-W q or :q[uit] quit editing and close window
-|CTRL-W_c| CTRL-W c or :cl[ose] make buffer hidden and close window
+|CTRL-W_c| CTRL-W c or :clo[se] make buffer hidden and close window
|CTRL-W_o| CTRL-W o or :on[ly] make current window only one on the
screen