Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/usr_02.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_02.txt* For Vim バージョン 9.1. Last change: 2021 Apr 24
*usr_02.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down
2 changes: 1 addition & 1 deletion doc/usr_05.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_05.txt* For Vim バージョン 9.1. Last change: 2024 Jun 28
*usr_05.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down
2 changes: 1 addition & 1 deletion doc/usr_06.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_06.txt* For Vim バージョン 9.1. Last change: 2021 Nov 07
*usr_06.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down
6 changes: 3 additions & 3 deletions doc/usr_22.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_22.txt* For Vim バージョン 9.1. Last change: 2020 Mar 28
*usr_22.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -41,8 +41,8 @@ check/ ~
Makefile ~
autocmd.txt ~
change.txt ~
eval.txt~ ~
filetype.txt~ ~
eval.txt ~
filetype.txt ~
help.txt.info ~

次の項目が表示されます:
Expand Down
2 changes: 1 addition & 1 deletion doc/usr_41.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Sep 23
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down
2 changes: 1 addition & 1 deletion doc/usr_43.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_43.txt* For Vim バージョン 9.1. Last change: 2015 Oct 23
*usr_43.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down
14 changes: 7 additions & 7 deletions en/usr_02.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_02.txt* For Vim version 9.1. Last change: 2021 Apr 24
*usr_02.txt* For Vim version 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

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

+---------------------------------------+
Expand Down Expand Up @@ -322,7 +322,7 @@ the "a" (append) command.
to
and that's not saying much for the turtle!!! ~

move the cursor over to the dot at the end of the line. Then type "x" to
move the cursor over to the dot at the end of the line. Then type "x" to
delete the period. The cursor is now positioned at the end of the line on the
e in turtle. Now type >

Expand Down Expand Up @@ -535,7 +535,7 @@ Summary: *help-summary* >
< And for the 'guioptions' flags: >
:help go-<letter>

4) Normal mode commands do not have a prefix. To go to the help page for the
4) Normal mode commands do not have a prefix. To go to the help page for the
"gt" command: >
:help gt

Expand Down Expand Up @@ -585,7 +585,7 @@ Summary: *help-summary* >
at: >
:help pattern.txt

12) Registers always start with "quote". To find out about the special ":"
12) Registers always start with "quote". To find out about the special ":"
register: >
:help quote:

Expand All @@ -604,7 +604,7 @@ Summary: *help-summary* >
< talks about the append Vim script function rather than how to append text
in the current buffer.

14) Mappings are talked about in the help page :h |map.txt|. Use >
14) Mappings are talked about in the help page :h |map.txt|. Use >
:help mapmode-i
< to find out about the |:imap| command. Also use :map-topic
to find out about certain subtopics particular for mappings. e.g: >
Expand Down Expand Up @@ -640,7 +640,7 @@ Summary: *help-summary* >
friendly way. Start at |usr_toc.txt| to find the table of content (as you
might have guessed): >
:help usr_toc.txt
< Skim over the contents to find interesting topics. The "Digraphs" and
< Skim over the contents to find interesting topics. The "Digraphs" and
"Entering special characters" items are in chapter 24, so to go to that
particular help page: >
:help usr_24.txt
Expand Down
4 changes: 2 additions & 2 deletions en/usr_05.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_05.txt* For Vim version 9.1. Last change: 2024 Jun 28
*usr_05.txt* For Vim version 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

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

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


Expand Down
8 changes: 4 additions & 4 deletions en/usr_06.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_06.txt* For Vim version 9.1. Last change: 2021 Nov 07
*usr_06.txt* For Vim version 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -184,7 +184,7 @@ this command: >
:runtime syntax/colortest.vim

You will see text in various color combinations. You can check which ones are
readable and look nice. These aren't the only colors available to you though.
readable and look nice. These aren't the only colors available to you though.
You can specify #rrggbb hex colors and you can define new names for hex
colors in |v:colornames| like so: >

Expand All @@ -196,15 +196,15 @@ to define these colors only when they do not exist: >
call extend(v:colornames, {'mine_red': '#aa0000'}, 'keep')

This allows users of the color scheme to override the precise definition of
that color prior to loading your color scheme. For example, in a |.vimrc|
that color prior to loading your color scheme. For example, in a |.vimrc|
file: >

runtime colors/lists/css_colors.vim
let v:colornames['your_red'] = v:colornames['css_red']
colorscheme yourscheme

As a color scheme author, you should be able to rely on some color names for
GUI colors. These are defined in `colors/lists/default.vim`. All such files
GUI colors. These are defined in `colors/lists/default.vim`. All such files
found on the |'runtimepath'| are loaded each time the colorscheme command is
run. A canonical list is provided by the vim distribution, which should
include all X11 colors (previously defined in rgb.txt).
Expand Down
14 changes: 7 additions & 7 deletions en/usr_22.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_22.txt* For Vim version 9.1. Last change: 2020 Mar 28
*usr_22.txt* For Vim version 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -41,8 +41,8 @@ check/ ~
Makefile ~
autocmd.txt ~
change.txt ~
eval.txt~ ~
filetype.txt~ ~
eval.txt ~
filetype.txt ~
help.txt.info ~

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

When you open a new tab page, it uses the directory of the window in the
previous tab page from which the new tab page was opened. You can change the
directory of the current tab page using the `:tcd` command. All the windows in
previous tab page from which the new tab page was opened. You can change the
directory of the current tab page using the `:tcd` command. All the windows in
a tab page share this directory except for windows with a window-local
directory. Any new windows opened in this tab page will use this directory as
the current working directory. Using a `:cd` command in a tab page will not
directory. Any new windows opened in this tab page will use this directory as
the current working directory. Using a `:cd` command in a tab page will not
change the working directory of tab pages which have a tab local directory.
When the global working directory is changed using the `:cd` command in a tab
page, it will also change the current tab page working directory.
Expand Down
6 changes: 3 additions & 3 deletions en/usr_41.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim version 9.1. Last change: 2024 Sep 23
*usr_41.txt* For Vim version 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -30,13 +30,13 @@ Table of contents: |usr_toc.txt|
*41.1* Introduction *vim-script-intro* *script*

Let's start with some nomenclature. A Vim script is any file that Vim can
interpret and execute. This includes files written in Vim's scripting language
interpret and execute. This includes files written in Vim's scripting language
like for example .vim files or configuration files like .vimrc and .gvimrc.
These scripts may define functions, commands and settings that Vim uses to
customize and extend its behavior.

With a slight abuse of nomenclature, we will use "Vim script" to refer to the
Vim scripting language throughout this documentation. This shorthand helps to
Vim scripting language throughout this documentation. This shorthand helps to
streamline explanations and discussions about scripting with Vim.

A Vim plugin is a collection of one or more Vim scripts, along with additional
Expand Down
4 changes: 2 additions & 2 deletions en/usr_43.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_43.txt* For Vim version 9.1. Last change: 2015 Oct 23
*usr_43.txt* For Vim version 9.1. Last change: 2024 Oct 05

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -63,7 +63,7 @@ buffer. This works with any mapping command: ":map!", ":vmap", etc. The

The line to set b:undo_ftplugin is for when the filetype is set to another
value. In that case you will want to undo your preferences. The
b:undo_ftplugin variable is executed as a command. Watch out for characters
b:undo_ftplugin variable is executed as a command. Watch out for characters
with a special meaning inside a string, such as a backslash.

You can find examples for filetype plugins in this directory: >
Expand Down