Added !macroundef
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6177 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
20e4aa0787
commit
3d9c850bb5
4 changed files with 45 additions and 0 deletions
|
@ -141,6 +141,12 @@ Creates a macro named 'macro_name'. All lines between the !macro and the !macroe
|
|||
|
||||
Ends a macro that was started with !macro.
|
||||
|
||||
\S1{macroundef} !macroundef
|
||||
|
||||
\c macro_name
|
||||
|
||||
Deletes a macro.
|
||||
|
||||
\S1{searchparse} !searchparse
|
||||
|
||||
\c [/ignorecase] [/noerrors] [/file] source_string_or_file substring_start OUTPUTSYMBOL1 [substring [OUTPUTSYMBOL2 [substring ...]]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue