Skip to content

Commit 8b90c5c

Browse files
authored
Merge pull request #1712 from vim-jp/hh-update-usr_xx
Update usr_{02,05,06,22,41,43}.{txt,jax}
2 parents 83194c1 + fefeebe commit 8b90c5c

File tree

12 files changed

+33
-33
lines changed

12 files changed

+33
-33
lines changed

doc/usr_02.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_02.txt* For Vim バージョン 9.1. Last change: 2021 Apr 24
1+
*usr_02.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

doc/usr_05.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_05.txt* For Vim バージョン 9.1. Last change: 2024 Jun 28
1+
*usr_05.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

doc/usr_06.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_06.txt* For Vim バージョン 9.1. Last change: 2021 Nov 07
1+
*usr_06.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

doc/usr_22.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_22.txt* For Vim バージョン 9.1. Last change: 2020 Mar 28
1+
*usr_22.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -41,8 +41,8 @@ check/ ~
4141
Makefile ~
4242
autocmd.txt ~
4343
change.txt ~
44-
eval.txt~ ~
45-
filetype.txt~ ~
44+
eval.txt ~
45+
filetype.txt ~
4646
help.txt.info ~
4747

4848
次の項目が表示されます:

doc/usr_41.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Sep 23
1+
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

doc/usr_43.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_43.txt* For Vim バージョン 9.1. Last change: 2015 Oct 23
1+
*usr_43.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

en/usr_02.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_02.txt* For Vim version 9.1. Last change: 2021 Apr 24
1+
*usr_02.txt* For Vim version 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -32,7 +32,7 @@ To start Vim, enter this command: >
3232
In UNIX you can type this at any command prompt. If you are running Microsoft
3333
Windows, open a Command Prompt and enter the command.
3434
In either case, Vim starts editing a file called file.txt. Because this
35-
is a new file, you get a blank window. This is what your screen will look
35+
is a new file, you get a blank window. This is what your screen will look
3636
like:
3737

3838
+---------------------------------------+
@@ -322,7 +322,7 @@ the "a" (append) command.
322322
to
323323
and that's not saying much for the turtle!!! ~
324324

325-
move the cursor over to the dot at the end of the line. Then type "x" to
325+
move the cursor over to the dot at the end of the line. Then type "x" to
326326
delete the period. The cursor is now positioned at the end of the line on the
327327
e in turtle. Now type >
328328
@@ -535,7 +535,7 @@ Summary: *help-summary* >
535535
< And for the 'guioptions' flags: >
536536
:help go-<letter>
537537
538-
4) Normal mode commands do not have a prefix. To go to the help page for the
538+
4) Normal mode commands do not have a prefix. To go to the help page for the
539539
"gt" command: >
540540
:help gt
541541
@@ -585,7 +585,7 @@ Summary: *help-summary* >
585585
at: >
586586
:help pattern.txt
587587
588-
12) Registers always start with "quote". To find out about the special ":"
588+
12) Registers always start with "quote". To find out about the special ":"
589589
register: >
590590
:help quote:
591591
@@ -604,7 +604,7 @@ Summary: *help-summary* >
604604
< talks about the append Vim script function rather than how to append text
605605
in the current buffer.
606606

607-
14) Mappings are talked about in the help page :h |map.txt|. Use >
607+
14) Mappings are talked about in the help page :h |map.txt|. Use >
608608
:help mapmode-i
609609
< to find out about the |:imap| command. Also use :map-topic
610610
to find out about certain subtopics particular for mappings. e.g: >
@@ -640,7 +640,7 @@ Summary: *help-summary* >
640640
friendly way. Start at |usr_toc.txt| to find the table of content (as you
641641
might have guessed): >
642642
:help usr_toc.txt
643-
< Skim over the contents to find interesting topics. The "Digraphs" and
643+
< Skim over the contents to find interesting topics. The "Digraphs" and
644644
"Entering special characters" items are in chapter 24, so to go to that
645645
particular help page: >
646646
:help usr_24.txt

en/usr_05.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_05.txt* For Vim version 9.1. Last change: 2024 Jun 28
1+
*usr_05.txt* For Vim version 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -446,7 +446,7 @@ This way you can use the plugin with the default key bindings `gc` and similar
446446
for commenting (which is a well-established mapping in the Vim community).
447447

448448
If you add this line to your vimrc file, then you need to restart Vim to have
449-
the package loaded. Once the package is loaded, read about it at: >
449+
the package loaded. Once the package is loaded, read about it at: >
450450
:h comment.txt
451451
452452

en/usr_06.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_06.txt* For Vim version 9.1. Last change: 2021 Nov 07
1+
*usr_06.txt* For Vim version 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -184,7 +184,7 @@ this command: >
184184
:runtime syntax/colortest.vim
185185
186186
You will see text in various color combinations. You can check which ones are
187-
readable and look nice. These aren't the only colors available to you though.
187+
readable and look nice. These aren't the only colors available to you though.
188188
You can specify #rrggbb hex colors and you can define new names for hex
189189
colors in |v:colornames| like so: >
190190
@@ -196,15 +196,15 @@ to define these colors only when they do not exist: >
196196
call extend(v:colornames, {'mine_red': '#aa0000'}, 'keep')
197197
198198
This allows users of the color scheme to override the precise definition of
199-
that color prior to loading your color scheme. For example, in a |.vimrc|
199+
that color prior to loading your color scheme. For example, in a |.vimrc|
200200
file: >
201201
202202
runtime colors/lists/css_colors.vim
203203
let v:colornames['your_red'] = v:colornames['css_red']
204204
colorscheme yourscheme
205205
206206
As a color scheme author, you should be able to rely on some color names for
207-
GUI colors. These are defined in `colors/lists/default.vim`. All such files
207+
GUI colors. These are defined in `colors/lists/default.vim`. All such files
208208
found on the |'runtimepath'| are loaded each time the colorscheme command is
209209
run. A canonical list is provided by the vim distribution, which should
210210
include all X11 colors (previously defined in rgb.txt).

en/usr_22.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_22.txt* For Vim version 9.1. Last change: 2020 Mar 28
1+
*usr_22.txt* For Vim version 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -41,8 +41,8 @@ check/ ~
4141
Makefile ~
4242
autocmd.txt ~
4343
change.txt ~
44-
eval.txt~ ~
45-
filetype.txt~ ~
44+
eval.txt ~
45+
filetype.txt ~
4646
help.txt.info ~
4747

4848
You can see these items:
@@ -214,11 +214,11 @@ directory, it will go back to using the shared directory.
214214
TAB LOCAL DIRECTORY
215215

216216
When you open a new tab page, it uses the directory of the window in the
217-
previous tab page from which the new tab page was opened. You can change the
218-
directory of the current tab page using the `:tcd` command. All the windows in
217+
previous tab page from which the new tab page was opened. You can change the
218+
directory of the current tab page using the `:tcd` command. All the windows in
219219
a tab page share this directory except for windows with a window-local
220-
directory. Any new windows opened in this tab page will use this directory as
221-
the current working directory. Using a `:cd` command in a tab page will not
220+
directory. Any new windows opened in this tab page will use this directory as
221+
the current working directory. Using a `:cd` command in a tab page will not
222222
change the working directory of tab pages which have a tab local directory.
223223
When the global working directory is changed using the `:cd` command in a tab
224224
page, it will also change the current tab page working directory.

0 commit comments

Comments
 (0)