Skip to content

Commit 4657530

Browse files
AlexAlex
Alex
authored and
Alex
committed
update
1 parent 5614447 commit 4657530

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

FarUpdate.lua

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ local box={true,x64,1,false} -- [ Far ] [ x64 ] [ 1=7z 2=msi 3=pdb.7z ] [
4545
local EGI,StringText,build,xbuild,XD,YD
4646
local WaitCloseFar='nircmd.exe waitprocess "'..farhome..'\\Far.exe"'
4747
local ProfileBackUp='\n7z.exe a -aoa -xr!CrashLogs "'..fp7z..'" "'..farprofile..'" > '..tmp..'FarProfileBackUp.log'
48-
local StartFar=function() return '\nstart "" "'..farhome..'\\ConEmu'..(box[2] and '64' or '')..'.exe"' end
48+
local ConEmu=farhome..'\\ConEmu'..(box[2] and '64' or '')..'.exe'
49+
local FarLnk=farhome..'\\Far.lnk'
50+
local FarExe=farhome..'\\Far.exe'
51+
local StartFar=function() return '\nstart "" "'..(win.GetFileAttr(ConEmu) and ConEmu or (win.GetFileAttr(FarLnk) and FarLnk or FarExe))..'"' end
4952
local FarProfileBackUpBat=tmp..'FarProfileBackUp.bat'
5053
local FarUpdateBat=tmp..'FarUpdate.bat'
5154

HTML-XML.OneLine-MultiLine.lua

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
local string=string
77
local srep = string.rep
8-
local table=table
9-
local tinsert,tremove = table.insert,table.remove
108

119
Macro {
1210
description="HTML-XML.OneLine->MultiLine"; area="Shell Editor";

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ a very wide range of tasks using the Far and Windows API's.
260260

261261
## [FarUpdate.lua](https://github.com/z0hm/far-scripts/blob/master/FarUpdate.lua "FarUpdate.lua")
262262

263-
*v1.9.1 (12961 bytes, changed 2023-03-11 09:06)*
263+
*v1.9.1 (13137 bytes, changed 2023-12-23 09:34)*
264264

265-
*SHA-256 `4895cde65784ffd7d2f9b23bc8449e27a259418f3ebe79427efd1e7eb80d09a2`*
265+
*SHA-256 `b8b7f723dafc228d9b529d158160e5f6d44561cf8e427720727adc016c8d2805`*
266266

267267
Opening changelog and updating Far Manager to any version available on the site
268268

@@ -293,9 +293,9 @@ a very wide range of tasks using the Far and Windows API's.
293293

294294
## [HTML-XML.OneLine-MultiLine.lua](https://github.com/z0hm/far-scripts/blob/master/HTML-XML.OneLine-MultiLine.lua "HTML-XML.OneLine-MultiLine.lua")
295295

296-
*v1.0.1.1 (1555 bytes, changed 2023-10-24 07:17)*
296+
*v1.0.1.1 (1485 bytes, changed 2023-10-24 18:04)*
297297

298-
*SHA-256 `a03ceb347b061e92ba6cd68e19e63698c3e4c01d6a20daa609ecf6e2dd6fae60`*
298+
*SHA-256 `7a4d07fbbc0371c7da85159d960fb7849d54617a263c98804f41e3ddea100ac0`*
299299

300300
Visual improvement of HTML-XML code (pretty print), creates a new file name~2.ext
301301

0 commit comments

Comments
 (0)