diff options
author | 2018-05-04 13:23:19 -0400 | |
---|---|---|
committer | 2018-05-04 13:23:19 -0400 | |
commit | 8a145ff23a698dfbd5b1fc1f2f043f076837201d (patch) | |
tree | 0e73069d545422a93495f4ec9820da64b4009579 /doc/manual.md | |
parent | 57162f6465a7ce0f150d29100f1beb6fd18c41ce (diff) | |
download | textadept-8a145ff23a698dfbd5b1fc1f2f043f076837201d.tar.gz textadept-8a145ff23a698dfbd5b1fc1f2f043f076837201d.zip |
Updated migration guide to note that `bit32` has been removed.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md index cef18ec7..dbbd3e2e 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1988,6 +1988,8 @@ terminal's constraints: Old API |Change |New API --------------------------------|:------:|------- +**_G** | | +bit32 |Removed |N/A _(use bitwise operators)_ **buffer** | | brace\_match(pos) |Changed |[brace\_match][](pos, 0) **lexer** | | |