Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fincs/SciTE4AutoHotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs committed Sep 6, 2011
2 parents 986391e + c1d5fa0 commit 02a902f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/ahk.api
Expand Up @@ -335,8 +335,10 @@ _Insert (value) \n[AutoHotkey_L]
_Insert (key, value) \n[AutoHotkey_L]
ObjRemove (obj, key) \n[AutoHotkey_L]
ObjRemove (obj, first, last) \n[AutoHotkey_L]
ObjRemove (obj, intkey, "") \n[AutoHotkey_L]
_Remove (key) \n[AutoHotkey_L]
_Remove (first, last) \n[AutoHotkey_L]
_Remove (intkey, "") \n[AutoHotkey_L]
ObjMinIndex (obj) \n[AutoHotkey_L]
_MinIndex () \n[AutoHotkey_L]
ObjMaxIndex (obj) \n[AutoHotkey_L]
Expand Down

0 comments on commit 02a902f

Please sign in to comment.