aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-08-16 09:53:04 +0200
committerGitHub <noreply@github.com>2022-08-16 09:53:04 +0200
commite8caaab6bfdee32fc49321926bc71eabae5aaeaa (patch)
treef9a4d928eadb9c5a84ae3d05d1e46371fbcacd8a /runtime/doc
parentda13ed43cb3593f6d50e08fc6e5f26760da63f84 (diff)
downloadrneovim-e8caaab6bfdee32fc49321926bc71eabae5aaeaa.tar.gz
rneovim-e8caaab6bfdee32fc49321926bc71eabae5aaeaa.tar.bz2
rneovim-e8caaab6bfdee32fc49321926bc71eabae5aaeaa.zip
vim-patch:e1f3fd1d02e3 (#19796)
Update runtime files https://github.com/vim/vim/commit/e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/motion.txt3
-rw-r--r--runtime/doc/options.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 9655d07a84..511b1bd7b2 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -588,7 +588,8 @@ i) *v_i)* *i)* *i(*
i( *vib* *v_ib* *v_i(* *ib*
ib "inner block", select [count] blocks, from "[count] [("
to the matching ')', excluding the '(' and ')' (see
- |[(|).
+ |[(|). If the cursor is not inside a () block, then
+ find the next "(".
When used in Visual mode it is made charwise.
a> *v_a>* *v_a<* *a>* *a<*
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 579c76d57e..349c442c9f 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1326,7 +1326,8 @@ A jump table for the options with a short description can be found at |Q_op|.
When 'cmdheight' is zero, there is no command-line unless it is being
used. Some informative messages will not be displayed, any other
- messages will cause the |hit-enter| prompt.
+ messages will cause the |hit-enter| prompt. Expect some other
+ unexpected behavior too.
*'cmdwinheight'* *'cwh'*
'cmdwinheight' 'cwh' number (default 7)