From 1402d0c135a7524e11ea355df51f53c2bcba77af Mon Sep 17 00:00:00 2001 From: h-east Date: Thu, 26 Dec 2024 00:46:11 +0900 Subject: [PATCH] Update os_dos.{txt,jax} --- doc/os_dos.jax | 6 +++--- en/os_dos.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/os_dos.jax b/doc/os_dos.jax index 5676e01f8..563bd1c58 100644 --- a/doc/os_dos.jax +++ b/doc/os_dos.jax @@ -1,4 +1,4 @@ -*os_dos.txt* For Vim バージョン 9.1. Last change: 2024 Sep 24 +*os_dos.txt* For Vim バージョン 9.1. Last change: 2024 Dec 25 VIMリファレンスマニュアル by Bram Moolenaar @@ -295,9 +295,9 @@ MKS Kornシェルやbashでは、オプションの値を以下のようにな 'shellquote' " 'shellxquote' " -Dos 16ビットの例は次のようにシェルを起動する: +Dos 16ビットの例は次のようにシェルを起動する: > -c "command name" >file -Win32の例: +Win32の例: > -c "command name >file" DOS 32ビットでは、DJGPPが内部的にどうにかして処理する。 diff --git a/en/os_dos.txt b/en/os_dos.txt index 96ef39d6f..03c88dc47 100644 --- a/en/os_dos.txt +++ b/en/os_dos.txt @@ -1,4 +1,4 @@ -*os_dos.txt* For Vim version 9.1. Last change: 2024 Sep 24 +*os_dos.txt* For Vim version 9.1. Last change: 2024 Dec 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -292,9 +292,9 @@ should be: 'shellquote' " 'shellxquote' " -For Dos 16 bit this starts the shell as: +For Dos 16 bit this starts the shell as: > -c "command name" >file -For Win32 as: +For Win32 as: > -c "command name >file" For DOS 32 bit, DJGPP does this internally somehow.