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/debugger.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*debugger.txt* For Vim バージョン 9.1. Last change: 2019 Dec 21
*debugger.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Gordon Prieur
Expand Down
2 changes: 1 addition & 1 deletion doc/diff.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*diff.txt* For Vim バージョン 9.1. Last change: 2025 Sep 15
*diff.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion doc/digraph.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*digraph.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16
*digraph.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion doc/gui_x11.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui_x11.txt* For Vim バージョン 9.1. Last change: 2025 Sep 22
*gui_x11.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion doc/helphelp.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Sep 29
*helphelp.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion doc/if_cscop.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_cscop.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
*if_cscop.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Andy Kahn
Expand Down
2 changes: 1 addition & 1 deletion doc/if_perl.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_perl.txt* For Vim バージョン 9.1. Last change: 2025 Oct 04
*if_perl.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Sven Verdoolaege
Expand Down
2 changes: 1 addition & 1 deletion doc/if_pyth.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_pyth.txt* For Vim バージョン 9.1. Last change: 2025 Mar 26
*if_pyth.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Paul Moore
Expand Down
2 changes: 1 addition & 1 deletion doc/if_ruby.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_ruby.txt* For Vim バージョン 9.1. Last change: 2019 Jul 21
*if_ruby.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIM リファレンスマニュアル by Shugo Maeda
Expand Down
2 changes: 1 addition & 1 deletion doc/if_tcl.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_tcl.txt* For Vim バージョン 9.1. Last change: 2025 Aug 29
*if_tcl.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Ingo Wilken
Expand Down
2 changes: 1 addition & 1 deletion doc/intro.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*intro.txt* For Vim バージョン 9.1. Last change: 2025 Oct 11
*intro.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down
2 changes: 1 addition & 1 deletion doc/mlang.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*mlang.txt* For Vim バージョン 9.1. Last change: 2024 Jul 11
*mlang.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down
8 changes: 4 additions & 4 deletions en/debugger.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*debugger.txt* For Vim version 9.1. Last change: 2019 Dec 21
*debugger.txt* For Vim version 9.1. Last change: 2025 Oct 12


VIM REFERENCE MANUAL by Gordon Prieur
Expand Down Expand Up @@ -51,9 +51,9 @@ Many debuggers mark specific lines by placing a small sign or color highlight
on the line. The |:sign| command lets the debugger set this graphic mark. Some
examples where this feature would be used would be a debugger showing an arrow
representing the Program Counter (PC) of the program being debugged. Another
example would be a small stop sign for a line with a breakpoint. These visible
highlights let the user keep track of certain parts of the state of the
debugger.
example would be a small stop sign for a line with a breakpoint. These
visible highlights let the user keep track of certain parts of the state of
the debugger.

This feature can be used with more than debuggers, too. An IPE can use a sign
to highlight build errors, searched text, or other things. The sign feature
Expand Down
13 changes: 7 additions & 6 deletions en/diff.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*diff.txt* For Vim version 9.1. Last change: 2025 Sep 15
*diff.txt* For Vim version 9.1. Last change: 2025 Oct 12


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -74,7 +74,8 @@ See `:diffoff` for an easy way to revert the options.
The differences shown are actually the differences in the buffer. Thus if you
make changes after loading a file, these will be included in the displayed
diffs. You might have to do ":diffupdate" now and then, not all changes are
immediately taken into account, especially when using an external diff command.
immediately taken into account, especially when using an external diff
command.

In your .vimrc file you could do something special when Vim was started in
diff mode. You could use a construct like this: >
Expand Down Expand Up @@ -292,7 +293,7 @@ that the buffers will be equal within the specified range.

*do*
[count]do Same as ":diffget" without range. The "o" stands for "obtain"
("dg" can't be used, it could be the start of "dgg"!). Note:
("dg" can't be used, it could be the start of "dgg"!). Note:
this doesn't work in Visual mode.
If you give a [count], it is used as the [bufspec] argument
for ":diffget".
Expand Down Expand Up @@ -465,7 +466,7 @@ Also see 'diffopt' and the "diff" item of 'fillchars'.

*diff-slow* *diff_translations*
For very long lines, the diff syntax highlighting might be slow, especially
since it tries to match all different kind of localisations. To disable
since it tries to match all different kind of localisations. To disable
localisations and speed up the syntax highlighting, set the global variable
g:diff_translations to zero: >

Expand Down Expand Up @@ -547,7 +548,7 @@ The `redraw!` command may not be needed, depending on whether executing a
shell command shows something on the display or not.

If the 'diffexpr' expression starts with s: or |<SID>|, then it is replaced
with the script ID (|local-function|). Example: >
with the script ID (|local-function|). Example: >
set diffexpr=s:MyDiffExpr()
set diffexpr=<SID>SomeDiffExpr()
Otherwise, the expression is evaluated in the context of the script where the
Expand Down Expand Up @@ -608,7 +609,7 @@ directory are accidentally patched. Vim will also delete files starting with
v:fname_in and ending in ".rej" and ".orig".

If the 'patchexpr' expression starts with s: or |<SID>|, then it is replaced
with the script ID (|local-function|). Example: >
with the script ID (|local-function|). Example: >
set patchexpr=s:MyPatchExpr()
set patchexpr=<SID>SomePatchExpr()
Otherwise, the expression is evaluated in the context of the script where the
Expand Down
4 changes: 2 additions & 2 deletions en/digraph.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*digraph.txt* For Vim version 9.1. Last change: 2025 Aug 16
*digraph.txt* For Vim version 9.1. Last change: 2025 Oct 12


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -112,7 +112,7 @@ mode. After leaving the Insert mode everything is fine. On some Unix systems
this means you have to define the environment-variable LC_CTYPE. If you are
using csh, then put the following line in your .cshrc: >
setenv LC_CTYPE en_US.utf8
(or similar for a different language or country). The value must be a valid
(or similar for a different language or country). The value must be a valid
locale on your system, i.e. on Unix-like systems it must be present in the
output of >
locale -a
Expand Down
4 changes: 2 additions & 2 deletions en/gui_x11.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*gui_x11.txt* For Vim version 9.1. Last change: 2025 Sep 22
*gui_x11.txt* For Vim version 9.1. Last change: 2025 Oct 12


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -602,7 +602,7 @@ your pkg-config works with your GTK+ 2: >
$ pkg-config --modversion gtk+-2.0
Replace gtk+-2.0 with gtk+-3.0 for GTK+ 3. If you get the correct version
Replace gtk+-2.0 with gtk+-3.0 for GTK+ 3. If you get the correct version
number of your GTK+, you can proceed; if not, you probably need to do some
system administration chores to set up pkg-config and GTK+ correctly.

Expand Down
12 changes: 6 additions & 6 deletions en/helphelp.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*helphelp.txt* For Vim version 9.1. Last change: 2025 Sep 29
*helphelp.txt* For Vim version 9.1. Last change: 2025 Oct 12


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -297,9 +297,9 @@ the following pattern is used: >

^\w\+@\w\+:\f\+\$\s

This is meant to match a default bash prompt. If it doesn't match your prompt,
you can change the regex with the `shell_prompt` key from the `g:helptoc`
dictionary variable: >
This is meant to match a default bash prompt. If it doesn't match your
prompt, you can change the regex with the `shell_prompt` key from the
`g:helptoc` dictionary variable: >

let g:helptoc = {'shell_prompt': 'regex matching your shell prompt'}

Expand Down Expand Up @@ -456,8 +456,8 @@ This will highlight the column heading in a different color. E.g.
Column heading~

To separate sections in a help file, place a series of '=' characters in a
line starting from the first column. The section separator line is highlighted
differently.
line starting from the first column. The section separator line is
highlighted differently.

To quote a block of ex-commands verbatim, place a greater than (>) character
at the end of the line before the block and a less than (<) character as the
Expand Down
4 changes: 2 additions & 2 deletions en/if_cscop.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_cscop.txt* For Vim version 9.1. Last change: 2025 Aug 10
*if_cscop.txt* For Vim version 9.1. Last change: 2025 Oct 12


VIM REFERENCE MANUAL by Andy Kahn
Expand Down Expand Up @@ -255,7 +255,7 @@ started will have no effect!
*cscopequickfix* *csqf* *E469*
{not available when compiled without the |+quickfix| feature}
'cscopequickfix' specifies whether to use quickfix window to show cscope
results. This is a list of comma-separated values. Each item consists of
results. This is a list of comma-separated values. Each item consists of
|cscope-find| command (s, g, d, c, t, e, f, i or a) and flag (+, - or 0).
'+' indicates that results must be appended to quickfix window,
'-' implies previous results clearance, '0' or command absence - don't use
Expand Down
18 changes: 9 additions & 9 deletions en/if_perl.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*if_perl.txt* For Vim version 9.1. Last change: 2025 Oct 04
*if_perl.txt* For Vim version 9.1. Last change: 2025 Oct 12


VIM REFERENCE MANUAL by Sven Verdoolaege
Expand All @@ -17,9 +17,9 @@ Perl and Vim *perl* *Perl*
1. Editing Perl files *perl-editing*

Vim syntax highlighting supports Perl and POD files. Vim assumes a file is
Perl code if the filename has a .pl or .pm suffix. Vim also examines the first
line of a file, regardless of the filename suffix, to check if a file is a
Perl script (see scripts.vim in Vim's syntax directory). Vim assumes a file
Perl code if the filename has a .pl or .pm suffix. Vim also examines the
first line of a file, regardless of the filename suffix, to check if a file is
a Perl script (see scripts.vim in Vim's syntax directory). Vim assumes a file
is POD text if the filename has a .POD suffix.

To use tags with Perl, you need Universal/Exuberant Ctags. Look here:
Expand Down Expand Up @@ -90,9 +90,9 @@ To see what version of Perl you have: >
*:perldo* *:perld*
:[range]perld[o] {cmd} Execute Perl command {cmd} for each line in the
[range], with $_ being set to the text of each line in
turn, without a trailing <EOL>. Setting $_ will change
the text, but note that it is not possible to add or
delete lines using this command.
turn, without a trailing <EOL>. Setting $_ will
change the text, but note that it is not possible to
add or delete lines using this command.
The default for [range] is the whole file: "1,$".

Here are some things you can try: >
Expand Down Expand Up @@ -296,8 +296,8 @@ version of the shared library must match the Perl version Vim was compiled
with.

Note: If you are building Perl locally, you have to use a version compiled
with threading support for it for Vim to successfully link against it. You can
use the `-Dusethreads` flags when configuring Perl, and check that a Perl
with threading support for it for Vim to successfully link against it. You
can use the `-Dusethreads` flags when configuring Perl, and check that a Perl
binary has it enabled by running `perl -V` and verify that `USE_ITHREADS` is
under "Compile-time options".

Expand Down
Loading