File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- *starting.txt* For Vim バージョン 8.1. Last change: 2019 Jun 02
1+ *starting.txt* For Vim バージョン 8.1. Last change: 2019 Jul 30
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -1150,6 +1150,9 @@ Unixでコンパイル時に$VIMRUNTIMEの初期値を設定した場合(":versi
11501150
11511151 VIMRUNTIME=`vim -e -T dumb --cmd 'exe "set t_cm=\<C-M>"|echo $VIMRUNTIME|quit' | tr -d '\015' `
11521152
1153+ $VIMRUNTIME を空の値に設定してはならない。いくつかの機能が動作しなくなる場合が
1154+ ある。
1155+
11531156==============================================================================
115411576. サスペンド *suspend*
11551158
Original file line number Diff line number Diff line change 1- *starting.txt* For Vim version 8.1. Last change: 2019 Jun 02
1+ *starting.txt* For Vim version 8.1. Last change: 2019 Jul 30
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1189,6 +1189,8 @@ greps in the help files) you might be able to use this: >
11891189
11901190 VIMRUNTIME=`vim -e -T dumb --cmd 'exe "set t_cm=\<C-M>"|echo $VIMRUNTIME|quit' | tr -d '\015' `
11911191
1192+ Don't set $VIMRUNTIME to an empty value, some things may stop working.
1193+
11921194==============================================================================
119311956. Suspending *suspend*
11941196
You can’t perform that action at this time.
0 commit comments