File tree Expand file tree Collapse file tree 10 files changed +19
-42
lines changed Expand file tree Collapse file tree 10 files changed +19
-42
lines changed Original file line number Diff line number Diff line change 1
- *change.txt* For Vim バージョン 7.4. Last change: 2016 Jan 19
1
+ *change.txt* For Vim バージョン 7.4. Last change: 2016 Jan 31
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -949,8 +949,7 @@ NOTE: 以前のバージョンでは CTRL-V が特別に扱われていた。こ
949
949
慣である)。
950
950
`:retab ! ` も空白の連続を <Tab> 文字に変えてしまい、
951
951
printf() の出力をめちゃくちゃにするかもしれない。
952
- {Vi にはなく、Vim が | +ex_extra | 機能付きでコンパイル
953
- されたときのみ有効}
952
+ {Vi にはない}
954
953
955
954
*retab-example*
956
955
タブストップが 8 で保存され、タブストップが 4 で編集されたファイルを編集するた
@@ -1318,21 +1317,17 @@ Note 関数から抜けると、この値は関数に入る前の値に復元さ
1318
1317
:[range] ce[nter] [width] *:ce* *:center*
1319
1318
[range] の行を、幅 [width] (既定値は 'textwidth' 、
1320
1319
'textwidth' が 0 のときは 80) に基づいて中央揃えする。
1321
- {Vi にはなく、Vimが | +ex_extra | 機能付きでコンパイルさ
1322
- れたときのみ有効}
1320
+ {Vi にはない}
1323
1321
1324
1322
:[range] ri[ght] [width] *:ri* *:right*
1325
1323
[range] の行を、幅 [width] (既定値は 'textwidth' 、
1326
1324
'textwidth' が 0 のときは 80) に基づいて右揃えする。
1327
- {Vi にはなく、Vimが | +ex_extra | 機能付きでコンパイルさ
1328
- れたときのみ有効}
1325
+ {Vi にはない}
1329
1326
1330
1327
*:le* *:left*
1331
1328
:[range] le[ft] [indent]
1332
1329
[range] の行を左揃えする。行中のインデントを [indent]
1333
1330
(既定値 0) に設定する。 {Vi にはない}
1334
- {Vimが | +ex_extra | 機能付きでコンパイルされたときのみ
1335
- 有効}
1336
1331
1337
1332
*gq*
1338
1333
gq{motion} {motion} の行を整形する。整形は3種類の方法のうちどれか
Original file line number Diff line number Diff line change 1
- *insert.txt* For Vim バージョン 7.4. Last change: 2015 Sep 15
1
+ *insert.txt* For Vim バージョン 7.4. Last change: 2016 Jan 31
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1780,8 +1780,6 @@ NOTE: これらのコマンドは |:global| または |:vglobal| と組み合わ
1780
1780
ら挿入が始まることに注意。
1781
1781
| :normal | からこのコマンドを呼び出すと機能しない。
1782
1782
{Vi にはない}
1783
- {| +ex_extra | 機能を無効にしてコンパイルした場合は利用
1784
- できない}
1785
1783
1786
1784
*:stopi* *:stopinsert*
1787
1785
:stopi[nsert] できるだけ早く挿入モードを中止する。挿入モードで
@@ -1799,13 +1797,11 @@ NOTE: これらのコマンドは |:global| または |:vglobal| と組み合わ
1799
1797
その関数・スクリプトが終了した後ではじめて置換モード
1800
1798
になることに注意。
1801
1799
{Vi にはない}
1802
- {| +ex_extra | 機能つきでコンパイルしたときのみ有効}
1803
1800
1804
1801
*:startgreplace*
1805
1802
:startg[replace][!] | :startreplace | と同様だが、| gR | のようなビジュアル置
1806
1803
換モードになる。
1807
1804
{Vi にはない}
1808
- {| +ex_extra | 機能つきでコンパイルしたときのみ有効}
1809
1805
1810
1806
==============================================================================
1811
1807
10. ファイルを挿入する *inserting-file*
Original file line number Diff line number Diff line change 1
- *netbeans.txt* For Vim バージョン 7.4. Last change: 2016 Jan 27
1
+ *netbeans.txt* For Vim バージョン 7.4. Last change: 2016 Jan 31
2
2
3
3
4
4
VIMリファレンスマニュアル by Gordon Prieur et al.
@@ -820,7 +820,7 @@ REJECT 未使用。
820
820
6.7 プロトコルエラー *nb-protocol_errors*
821
821
822
822
メッセージがプロトコルに違反したとき、以下のエラーが発生します:
823
- *E627* *E628* *E629* *E630* *E631* * E632* *E633* *E634* *E635* *E636*
823
+ *E627* *E628* *E629* *E632* *E633* *E634* *E635* *E636*
824
824
*E637* *E638* *E639* *E640* *E641* *E642* *E643* *E644* *E645* *E646*
825
825
*E647* *E648* *E649* *E650* *E651* *E652* *E653* *E654*
826
826
Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 7.4. Last change: 2016 Jan 19
1
+ *options.txt* For Vim バージョン 7.4. Last change: 2016 Feb 01
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2345,7 +2345,7 @@ Note 1番目の形式では、行全体がオプション指定に使われる
2345
2345
ない。ファイルには "seed" が付加されるのでファイルを書
2346
2346
き込むたびに暗号化されたバイト列は異なる。
2347
2347
*blowfish2*
2348
- blowfish2 Blowfish メソッド。中強度の暗号化。Vim 7.4.399 以降が
2348
+ blowfish2 Blowfish メソッド。中強度の暗号化。Vim 7.4.401 以降が
2349
2349
必要。このメソッドで保存されたファイルは Vim 7.3 以前
2350
2350
のバージョンでは開くことができない。ファイルには
2351
2351
"seed" が付加されるのでファイルを書き込むたびに暗号化
Original file line number Diff line number Diff line change 1
- *windows.txt* For Vim バージョン 7.4. Last change: 2015 Nov 14
1
+ *windows.txt* For Vim バージョン 7.4. Last change: 2016 Feb 01
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -977,8 +977,6 @@ This replaces each 'E' character with a euro sign. Read more in |<Char->|.
977
977
`:retab ! ` may also change a sequence of spaces by
978
978
<Tab> characters, which can mess up a printf().
979
979
{not in Vi}
980
- Not available when | +ex_extra | feature was disabled at
981
- compile time.
982
980
983
981
*retab-example*
984
982
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.
1354
1352
Center lines in [range] between [width] columns
1355
1353
(default 'textwidth' or 80 when 'textwidth' is 0).
1356
1354
{not in Vi}
1357
- Not available when | +ex_extra | feature was disabled at
1358
- compile time.
1359
1355
1360
1356
:[range] ri[ght] [width] *:ri* *:right*
1361
1357
Right-align lines in [range] at [width] columns
1362
1358
(default 'textwidth' or 80 when 'textwidth' is 0).
1363
1359
{not in Vi}
1364
- Not available when | +ex_extra | feature was disabled at
1365
- compile time.
1366
1360
1367
1361
*:le* *:left*
1368
1362
:[range] le[ft] [indent]
1369
1363
Left-align lines in [range] . Sets the indent in the
1370
1364
lines to [indent] (default 0). {not in Vi}
1371
- Not available when | +ex_extra | feature was disabled at
1372
- compile time.
1373
1365
1374
1366
*gq*
1375
1367
gq{motion} Format the lines that {motion} moves over.
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1872,8 +1872,6 @@ NOTE: These commands cannot be used with |:global| or |:vglobal|.
1872
1872
or script is finished.
1873
1873
This command does not work from | :normal | .
1874
1874
{not in Vi}
1875
- {not available when compiled without the | +ex_extra |
1876
- feature}
1877
1875
1878
1876
*:stopi* *:stopinsert*
1879
1877
: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|.
1891
1889
script that the replacement will only start after
1892
1890
the function or script is finished.
1893
1891
{not in Vi}
1894
- {not available when compiled without the | +ex_extra |
1895
- feature}
1896
1892
1897
1893
*:startgreplace*
1898
1894
:startg[replace][!] Just like | :startreplace | , but use Virtual Replace
1899
1895
mode, like with | gR | .
1900
1896
{not in Vi}
1901
- {not available when compiled without the | +ex_extra |
1902
- feature}
1903
1897
1904
1898
==============================================================================
1905
1899
10. Inserting a file *inserting-file*
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Gordon Prieur et al.
@@ -823,7 +823,7 @@ REJECT Not used.
823
823
6.7 Protocol errors *nb-protocol_errors*
824
824
825
825
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*
827
827
*E637* *E638* *E639* *E640* *E641* *E642* *E643* *E644* *E645* *E646*
828
828
*E647* *E648* *E649* *E650* *E651* *E652* *E653* *E654*
829
829
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
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|.
2295
2295
the encrypted bytes will be different.
2296
2296
*blowfish2*
2297
2297
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
2299
2299
and older. This adds a "seed" to the file, every time
2300
2300
you write the file the encrypted bytes will be
2301
2301
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|.
6983
6983
The option consists of printf style '%' items interspersed with
6984
6984
normal text. Each status line item is of the form:
6985
6985
%-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
6987
6987
be given as "%%". Up to 80 items can be specified. *E541*
6988
6988
6989
6989
When the option starts with "%!" then it is used as an expression,
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -721,7 +721,7 @@ can also get to them with the buffer list commands, like ":bnext".
721
721
*:bufdo*
722
722
:[range] bufdo[!] {cmd} Execute {cmd} in each buffer in the buffer list or if
723
723
[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
725
725
this: >
726
726
:bfirst
727
727
:{cmd}
You can’t perform that action at this time.
0 commit comments