Skip to content

Commit

Permalink
fix 4644
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Apr 28, 2016
1 parent c97744c commit ef5b9e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions far/FarEng.hlf.m4
Expand Up @@ -5505,8 +5505,8 @@ $ #far:config System.Executor.ExcludeCmds#
@System.Executor.ComspecArguments
$ #far:config System.Executor.ComspecArguments#

Arguments for command processor. #{0}# is a placeholder for entire executing command.
If your processor uses differnt keys or quotes you can change it here.
Arguments for command processor. #{0}# is a placeholder for the entire executing command.
If your processor uses different keys or quotes you can change them here.

Default value: #/S /C "{0}"# (compatible with cmd.exe)

Expand Down
6 changes: 5 additions & 1 deletion far/changelog
@@ -1,4 +1,8 @@
drkns 28.04.2016 16:47:33 +0200 - build 4644
drkns 28.04.2016 16:52:55 +0200 - build 4645

1. Уточнение 4644.

drkns 28.04.2016 16:47:33 +0200 - build 4644

1. Продолжение экспериментальных изменений в запускателе:
- System.Executor.NotQuotedShell и System.Executor.ComSpecParams больше нет. Однако, теперь есть System.Executor.ComspecArguments, управляющий одновременно и ключами, и кавычками.
Expand Down
2 changes: 1 addition & 1 deletion far/config.cpp
Expand Up @@ -1805,7 +1805,7 @@ void Options::InitConfigData()
{FSSF_PRIVATE, NKeySystemExecutor,L"RestoreCP", OPT_DEF(Exec.RestoreCPAfterExecute, true)},
{FSSF_PRIVATE, NKeySystemExecutor,L"UseAppPath", OPT_DEF(Exec.ExecuteUseAppPath, true)},
{FSSF_PRIVATE, NKeySystemExecutor,L"UseHomeDir", OPT_DEF(Exec.UseHomeDir, true)},
{FSSF_PRIVATE, NKeySystemExecutor,L"ComspecFormat", OPT_DEF(Exec.ComspecArguments, L"/S /C \"{0}\"")},
{FSSF_PRIVATE, NKeySystemExecutor,L"ComspecArguments", OPT_DEF(Exec.ComspecArguments, L"/S /C \"{0}\"")},

{FSSF_PRIVATE, NKeyViewer,L"AutoDetectCodePage", OPT_DEF(ViOpt.AutoDetectCodePage, true)},
{FSSF_PRIVATE, NKeyViewer,L"DefaultCodePage", OPT_DEF(ViOpt.DefaultCodePage, GetACP())},
Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4644)m4_dnl
m4_define(BUILD,4645)m4_dnl

0 comments on commit ef5b9e7

Please sign in to comment.