aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-27 23:14:29 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-28 21:29:56 -0400
commitc2635665c5a378dc8ed14b0199202fa86b226ad9 (patch)
tree2608abfbf943a107b55dd73947488616347a99f0 /runtime/doc
parent9d3576246be4c0c85534fc1f730cf194296a9537 (diff)
downloadrneovim-c2635665c5a378dc8ed14b0199202fa86b226ad9.tar.gz
rneovim-c2635665c5a378dc8ed14b0199202fa86b226ad9.tar.bz2
rneovim-c2635665c5a378dc8ed14b0199202fa86b226ad9.zip
vim-patch:2c7f8c574f1f
Update runtime files https://github.com/vim/vim/commit/2c7f8c574f1f8723d59adca3fec8fb89c41cf8c9 Omit the following line for man.vim: hi def link manFooter PreProc
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/change.txt2
-rw-r--r--runtime/doc/tagsrch.txt3
-rw-r--r--runtime/doc/various.txt2
3 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 5671a29356..9c320df274 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -197,7 +197,7 @@ gR Enter Virtual Replace mode: Each character you type
start insert (for {Visual} see |Visual-mode|).
*v_r*
-{Visual}["x]r{char} Replace all selected characters by {char}.
+{Visual}r{char} Replace all selected characters by {char}.
*v_C*
{Visual}["x]C Delete the highlighted lines [into register x] and
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt
index 859c68cd36..c5a34c2dbf 100644
--- a/runtime/doc/tagsrch.txt
+++ b/runtime/doc/tagsrch.txt
@@ -511,10 +511,13 @@ a tag for each "#defined" macro, typedefs, enums, etc.
Some programs that generate tags files:
ctags As found on most Unix systems. Only supports C. Only
does the basic work.
+universal ctags A maintained version of ctags based on exuberant
+ ctags. See https://ctags.io.
*Exuberant_ctags*
exuberant ctags This is a very good one. It works for C, C++, Java,
Fortran, Eiffel and others. It can generate tags for
many items. See http://ctags.sourceforge.net.
+ No new version since 2009.
JTags For Java, in Java. It can be found at
http://www.fleiner.com/jtags/.
ptags.py For Python, in Python. Found in your Python source
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 5fb7c4ce50..7e033d7dda 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -338,7 +338,7 @@ g8 Print the hex values of the bytes used in the
locked or the variable type is changed, then further
command output messages will cause errors.
To get the output of one command the |execute()|
- function can be used.
+ function can be used instead of redirection.
:redi[r] =>> {var} Append messages to an existing variable. Only string
variables can be used.