Skip to content

Commit dbe5ef3

Browse files
authored
Merge pull request #239 from mnishz/usr_24_for_Vim_8.1
Update usr_24 from Vim 8.0 to 8.1
2 parents 0c56bb0 + c4bc27a commit dbe5ef3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/usr_24.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_24.txt* For Vim バージョン 8.0. Last change: 2006 Jul 23
1+
*usr_24.txt* For Vim バージョン 8.1. Last change: 2018 Mar 18
22

33
VIM USER MANUAL - by Bram Moolenaar
44

en/usr_24.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_24.txt* For Vim version 8.0. Last change: 2006 Jul 23
1+
*usr_24.txt* For Vim version 8.1. Last change: 2018 Mar 18
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -538,8 +538,8 @@ a 16 bit and a 32 bit number (e.g., for a Unicode character): >
538538
*24.9* Digraphs
539539

540540
Some characters are not on the keyboard. For example, the copyright character
541-
(©). To type these characters in Vim, you use digraphs, where two characters
542-
represent one. To enter a ©, for example, you press three keys: >
541+
(©). To type these characters in Vim, you use digraphs, where two characters
542+
represent one. To enter a ©, for example, you press three keys: >
543543
544544
CTRL-K Co
545545
@@ -549,12 +549,12 @@ To find out what digraphs are available, use the following command: >
549549
550550
Vim will display the digraph table. Here are three lines of it:
551551

552-
AC ~_ 159 NS | 160 !I ¡ 161 Ct ¢ 162 Pd £ 163 Cu ¤ 164 Ye ¥ 165 ~
553-
BB ¦ 166 SE § 167 ': ¨ 168 Co © 169 -a ª 170 << « 171 NO ¬ 172 ~
554-
-- ­ 173 Rg ® 174 'm ¯ 175 DG ° 176 +- ± 177 2S ² 178 3S ³ 179 ~
552+
AC ~_ 159 NS | 160 !I ¡ 161 Ct ¢ 162 Pd £ 163 Cu ¤ 164 Ye ¥ 165 ~
553+
BB ¦ 166 SE § 167 ': ¨ 168 Co © 169 -a ª 170 << « 171 NO ¬ 172 ~
554+
-- ­ 173 Rg ® 174 'm ¯ 175 DG ° 176 +- ± 177 2S ² 178 3S ³ 179 ~
555555

556556
This shows, for example, that the digraph you get by typing CTRL-K Pd is the
557-
character (£). This is character number 163 (decimal).
557+
character (£). This is character number 163 (decimal).
558558
Pd is short for Pound. Most digraphs are selected to give you a hint about
559559
the character they will produce. If you look through the list you will
560560
understand the logic.
@@ -569,9 +569,9 @@ that combination. Thus CTRL-K dP also works. Since there is no digraph for
569569

570570
You can define your own digraphs. Example: >
571571
572-
:digraph a" ä
572+
:digraph a" ä
573573
574-
This defines that CTRL-K a" inserts an ä character. You can also specify the
574+
This defines that CTRL-K a" inserts an ä character. You can also specify the
575575
character with a decimal number. This defines the same digraph: >
576576
577577
:digraph a" 228

0 commit comments

Comments
 (0)