Skip to content

Commit 5da2319

Browse files
committed
Update starting.{txt,jax}
1 parent e07dff2 commit 5da2319

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/starting.jax

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
11541157
6. サスペンド *suspend*
11551158

en/starting.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
11931195
6. Suspending *suspend*
11941196

0 commit comments

Comments
 (0)