Skip to content

Commit 03df02f

Browse files
committed
Update to the latest
1 parent 746c1e1 commit 03df02f

File tree

10 files changed

+19
-42
lines changed

10 files changed

+19
-42
lines changed

doc/change.jax

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim バージョン 7.4. Last change: 2016 Jan 19
1+
*change.txt* For Vim バージョン 7.4. Last change: 2016 Jan 31
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -949,8 +949,7 @@ NOTE: 以前のバージョンでは CTRL-V が特別に扱われていた。こ
949949
慣である)。
950950
`:retab!` も空白の連続を <Tab> 文字に変えてしまい、
951951
printf() の出力をめちゃくちゃにするかもしれない。
952-
{Vi にはなく、Vim が |+ex_extra| 機能付きでコンパイル
953-
されたときのみ有効}
952+
{Vi にはない}
954953

955954
*retab-example*
956955
タブストップが 8 で保存され、タブストップが 4 で編集されたファイルを編集するた
@@ -1318,21 +1317,17 @@ Note 関数から抜けると、この値は関数に入る前の値に復元さ
13181317
:[range]ce[nter] [width] *:ce* *:center*
13191318
[range] の行を、幅 [width] (既定値は 'textwidth'
13201319
'textwidth' が 0 のときは 80) に基づいて中央揃えする。
1321-
{Vi にはなく、Vimが |+ex_extra| 機能付きでコンパイルさ
1322-
れたときのみ有効}
1320+
{Vi にはない}
13231321

13241322
:[range]ri[ght] [width] *:ri* *:right*
13251323
[range] の行を、幅 [width] (既定値は 'textwidth'
13261324
'textwidth' が 0 のときは 80) に基づいて右揃えする。
1327-
{Vi にはなく、Vimが |+ex_extra| 機能付きでコンパイルさ
1328-
れたときのみ有効}
1325+
{Vi にはない}
13291326

13301327
*:le* *:left*
13311328
:[range]le[ft] [indent]
13321329
[range] の行を左揃えする。行中のインデントを [indent]
13331330
(既定値 0) に設定する。 {Vi にはない}
1334-
{Vimが |+ex_extra| 機能付きでコンパイルされたときのみ
1335-
有効}
13361331

13371332
*gq*
13381333
gq{motion} {motion} の行を整形する。整形は3種類の方法のうちどれか

doc/insert.jax

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim バージョン 7.4. Last change: 2015 Sep 15
1+
*insert.txt* For Vim バージョン 7.4. Last change: 2016 Jan 31
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1780,8 +1780,6 @@ NOTE: これらのコマンドは |:global| または |:vglobal| と組み合わ
17801780
ら挿入が始まることに注意。
17811781
|:normal| からこのコマンドを呼び出すと機能しない。
17821782
{Vi にはない}
1783-
{|+ex_extra| 機能を無効にしてコンパイルした場合は利用
1784-
できない}
17851783

17861784
*:stopi* *:stopinsert*
17871785
:stopi[nsert] できるだけ早く挿入モードを中止する。挿入モードで
@@ -1799,13 +1797,11 @@ NOTE: これらのコマンドは |:global| または |:vglobal| と組み合わ
17991797
その関数・スクリプトが終了した後ではじめて置換モード
18001798
になることに注意。
18011799
{Vi にはない}
1802-
{|+ex_extra| 機能つきでコンパイルしたときのみ有効}
18031800

18041801
*:startgreplace*
18051802
:startg[replace][!] |:startreplace| と同様だが、|gR| のようなビジュアル置
18061803
換モードになる。
18071804
{Vi にはない}
1808-
{|+ex_extra| 機能つきでコンパイルしたときのみ有効}
18091805

18101806
==============================================================================
18111807
10. ファイルを挿入する *inserting-file*

doc/netbeans.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*netbeans.txt* For Vim バージョン 7.4. Last change: 2016 Jan 27
1+
*netbeans.txt* For Vim バージョン 7.4. Last change: 2016 Jan 31
22

33

44
VIMリファレンスマニュアル by Gordon Prieur et al.
@@ -820,7 +820,7 @@ REJECT 未使用。
820820
6.7 プロトコルエラー *nb-protocol_errors*
821821

822822
メッセージがプロトコルに違反したとき、以下のエラーが発生します:
823-
*E627* *E628* *E629* *E630* *E631* *E632* *E633* *E634* *E635* *E636*
823+
*E627* *E628* *E629* *E632* *E633* *E634* *E635* *E636*
824824
*E637* *E638* *E639* *E640* *E641* *E642* *E643* *E644* *E645* *E646*
825825
*E647* *E648* *E649* *E650* *E651* *E652* *E653* *E654*
826826

doc/options.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 7.4. Last change: 2016 Jan 19
1+
*options.txt* For Vim バージョン 7.4. Last change: 2016 Feb 01
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2345,7 +2345,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
23452345
ない。ファイルには "seed" が付加されるのでファイルを書
23462346
き込むたびに暗号化されたバイト列は異なる。
23472347
*blowfish2*
2348-
blowfish2 Blowfish メソッド。中強度の暗号化。Vim 7.4.399 以降が
2348+
blowfish2 Blowfish メソッド。中強度の暗号化。Vim 7.4.401 以降が
23492349
必要。このメソッドで保存されたファイルは Vim 7.3 以前
23502350
のバージョンでは開くことができない。ファイルには
23512351
"seed" が付加されるのでファイルを書き込むたびに暗号化

doc/windows.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim バージョン 7.4. Last change: 2015 Nov 14
1+
*windows.txt* For Vim バージョン 7.4. Last change: 2016 Feb 01
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/change.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*change.txt* For Vim version 7.4. Last change: 2016 Jan 19
1+
*change.txt* For Vim version 7.4. Last change: 2016 Jan 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -977,8 +977,6 @@ This replaces each 'E' character with a euro sign. Read more in |<Char->|.
977977
`:retab!` may also change a sequence of spaces by
978978
<Tab> characters, which can mess up a printf().
979979
{not in Vi}
980-
Not available when |+ex_extra| feature was disabled at
981-
compile time.
982980

983981
*retab-example*
984982
Example for using autocommands and ":retab" to edit a file which is stored
@@ -1354,22 +1352,16 @@ The next three commands always work on whole lines.
13541352
Center lines in [range] between [width] columns
13551353
(default 'textwidth' or 80 when 'textwidth' is 0).
13561354
{not in Vi}
1357-
Not available when |+ex_extra| feature was disabled at
1358-
compile time.
13591355

13601356
:[range]ri[ght] [width] *:ri* *:right*
13611357
Right-align lines in [range] at [width] columns
13621358
(default 'textwidth' or 80 when 'textwidth' is 0).
13631359
{not in Vi}
1364-
Not available when |+ex_extra| feature was disabled at
1365-
compile time.
13661360

13671361
*:le* *:left*
13681362
:[range]le[ft] [indent]
13691363
Left-align lines in [range]. Sets the indent in the
13701364
lines to [indent] (default 0). {not in Vi}
1371-
Not available when |+ex_extra| feature was disabled at
1372-
compile time.
13731365

13741366
*gq*
13751367
gq{motion} Format the lines that {motion} moves over.

en/insert.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*insert.txt* For Vim version 7.4. Last change: 2015 Sep 15
1+
*insert.txt* For Vim version 7.4. Last change: 2016 Jan 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1872,8 +1872,6 @@ NOTE: These commands cannot be used with |:global| or |:vglobal|.
18721872
or script is finished.
18731873
This command does not work from |:normal|.
18741874
{not in Vi}
1875-
{not available when compiled without the |+ex_extra|
1876-
feature}
18771875

18781876
*:stopi* *:stopinsert*
18791877
:stopi[nsert] Stop Insert mode as soon as possible. Works like
@@ -1891,15 +1889,11 @@ NOTE: These commands cannot be used with |:global| or |:vglobal|.
18911889
script that the replacement will only start after
18921890
the function or script is finished.
18931891
{not in Vi}
1894-
{not available when compiled without the |+ex_extra|
1895-
feature}
18961892

18971893
*:startgreplace*
18981894
:startg[replace][!] Just like |:startreplace|, but use Virtual Replace
18991895
mode, like with |gR|.
19001896
{not in Vi}
1901-
{not available when compiled without the |+ex_extra|
1902-
feature}
19031897

19041898
==============================================================================
19051899
10. Inserting a file *inserting-file*

en/netbeans.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*netbeans.txt* For Vim version 7.4. Last change: 2016 Jan 27
1+
*netbeans.txt* For Vim version 7.4. Last change: 2016 Jan 31
22

33

44
VIM REFERENCE MANUAL by Gordon Prieur et al.
@@ -823,7 +823,7 @@ REJECT Not used.
823823
6.7 Protocol errors *nb-protocol_errors*
824824

825825
These errors occur when a message violates the protocol:
826-
*E627* *E628* *E629* *E630* *E631* *E632* *E633* *E634* *E635* *E636*
826+
*E627* *E628* *E629* *E632* *E633* *E634* *E635* *E636*
827827
*E637* *E638* *E639* *E640* *E641* *E642* *E643* *E644* *E645* *E646*
828828
*E647* *E648* *E649* *E650* *E651* *E652* *E653* *E654*
829829

en/options.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 7.4. Last change: 2016 Jan 19
1+
*options.txt* For Vim version 7.4. Last change: 2016 Feb 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2295,7 +2295,7 @@ A jump table for the options with a short description can be found at |Q_op|.
22952295
the encrypted bytes will be different.
22962296
*blowfish2*
22972297
blowfish2 Blowfish method. Medium strong encryption. Requires
2298-
Vim 7.4.399 or later, files can NOT be read by Vim 7.3
2298+
Vim 7.4.401 or later, files can NOT be read by Vim 7.3
22992299
and older. This adds a "seed" to the file, every time
23002300
you write the file the encrypted bytes will be
23012301
different. The whole undo file is encrypted, not just
@@ -6983,7 +6983,7 @@ A jump table for the options with a short description can be found at |Q_op|.
69836983
The option consists of printf style '%' items interspersed with
69846984
normal text. Each status line item is of the form:
69856985
%-0{minwid}.{maxwid}{item}
6986-
All fields except the {item} is optional. A single percent sign can
6986+
All fields except the {item} are optional. A single percent sign can
69876987
be given as "%%". Up to 80 items can be specified. *E541*
69886988

69896989
When the option starts with "%!" then it is used as an expression,

en/windows.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*windows.txt* For Vim version 7.4. Last change: 2015 Nov 14
1+
*windows.txt* For Vim version 7.4. Last change: 2016 Feb 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -721,7 +721,7 @@ can also get to them with the buffer list commands, like ":bnext".
721721
*:bufdo*
722722
:[range]bufdo[!] {cmd} Execute {cmd} in each buffer in the buffer list or if
723723
[range] is given only for buffers for which their
724-
buffer numer is in the [range]. It works like doing
724+
buffer number is in the [range]. It works like doing
725725
this: >
726726
:bfirst
727727
:{cmd}

0 commit comments

Comments
 (0)