comparison runtime/doc/various.txt @ 18831:6848b809a26e

Runtime file updates. Commit: https://github.com/vim/vim/commit/664f3cf3f21d3699bfd179c318ef5c869c085648 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 7 16:03:51 2019 +0100 Runtime file updates.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Dec 2019 16:15:05 +0100
parents 8dde7ced3344
children af69c9335223
comparison
equal deleted inserted replaced
18830:a5749be04ad3 18831:6848b809a26e
1 *various.txt* For Vim version 8.1. Last change: 2019 Dec 01 1 *various.txt* For Vim version 8.1. Last change: 2019 Dec 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
51 For example, when the cursor is on a 'R': 51 For example, when the cursor is on a 'R':
52 <R> 82, Hex 52, Octal 122 ~ 52 <R> 82, Hex 52, Octal 122 ~
53 When the character is a non-standard ASCII character, 53 When the character is a non-standard ASCII character,
54 but printable according to the 'isprint' option, the 54 but printable according to the 'isprint' option, the
55 non-printable version is also given. 55 non-printable version is also given.
56 56
57 When the character is larger than 127, the <M-x> form 57 When the character is larger than 127, the <M-x> form
58 is also printed. For example: 58 is also printed. For example:
59 <~A> <M-^A> 129, Hex 81, Octal 201 ~ 59 <~A> <M-^A> 129, Hex 81, Octal 201 ~
60 <p> <|~> <M-~> 254, Hex fe, Octal 376 ~ 60 <p> <|~> <M-~> 254, Hex fe, Octal 376 ~
61 (where <p> is a special character) 61 (where <p> is a special character)
516 contents of the register if its name is given 516 contents of the register if its name is given
517 uppercase {A-Z}. The ">" after the register name is 517 uppercase {A-Z}. The ">" after the register name is
518 optional. 518 optional.
519 :redi[r] @{a-z}>> Append messages to register {a-z}. 519 :redi[r] @{a-z}>> Append messages to register {a-z}.
520 520
521 :redi[r] @*> 521 :redi[r] @*>
522 :redi[r] @+> Redirect messages to the selection or clipboard. For 522 :redi[r] @+> Redirect messages to the selection or clipboard. For
523 backward compatibility, the ">" after the register 523 backward compatibility, the ">" after the register
524 name can be omitted. See |quotestar| and |quoteplus|. 524 name can be omitted. See |quotestar| and |quoteplus|.
525 :redi[r] @*>> 525 :redi[r] @*>>
526 :redi[r] @+>> Append messages to the selection or clipboard. 526 :redi[r] @+>> Append messages to the selection or clipboard.
527 527
528 :redi[r] @"> Redirect messages to the unnamed register. For 528 :redi[r] @"> Redirect messages to the unnamed register. For
529 backward compatibility, the ">" after the register 529 backward compatibility, the ">" after the register
530 name can be omitted. 530 name can be omitted.
713 *:xrestore* *:xr* 713 *:xrestore* *:xr*
714 :xr[estore] [display] Reinitializes the connection to the X11 server. Useful 714 :xr[estore] [display] Reinitializes the connection to the X11 server. Useful
715 after the X server restarts, e.g. when running Vim for 715 after the X server restarts, e.g. when running Vim for
716 long time inside screen/tmux and connecting from 716 long time inside screen/tmux and connecting from
717 different machines. 717 different machines.
718 [display] should be in the format of the $DISPLAY 718 [display] should be in the format of the $DISPLAY
719 environment variable (e.g. "localhost:10.0") 719 environment variable (e.g. "localhost:10.0")
720 If [display] is omitted, then it reinitializes the 720 If [display] is omitted, then it reinitializes the
721 connection to the X11 server using the same value as 721 connection to the X11 server using the same value as
722 was used for the previous execution of this command. 722 was used for the previous execution of this command.
723 If the value was never specified, then it uses the 723 If the value was never specified, then it uses the
724 value of $DISPLAY environment variable as it was when 724 value of $DISPLAY environment variable as it was when
725 Vim was started. 725 Vim was started.
726 {only available when compiled with the |+clipboard| 726 {only available when compiled with the |+clipboard|
727 feature} 727 feature}
728 728
729 *g_CTRL-A* 729 *g_CTRL-A*
730 g CTRL-A Only when Vim was compiled with MEM_PROFILING defined 730 g CTRL-A Only when Vim was compiled with MEM_PROFILING defined
731 (which is very rare): print memory usage statistics. 731 (which is very rare): print memory usage statistics.