diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-09-23 11:42:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-09-23 11:42:57 +0800 |
commit | dc1a5bb4215a32ad16697b48d74585242c685217 (patch) | |
tree | 7cd48130071795ce5c3e316328ab7eab78b690ad /script-beta/parser/lines.lua | |
parent | 9990b45689cfeb4a0b24fa9e6bbc6cc631910d22 (diff) | |
download | lua-language-server-dc1a5bb4215a32ad16697b48d74585242c685217.zip |
修正一些bug
Diffstat (limited to 'script-beta/parser/lines.lua')
-rw-r--r-- | script-beta/parser/lines.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script-beta/parser/lines.lua b/script-beta/parser/lines.lua index c7961d13..ee6b4f41 100644 --- a/script-beta/parser/lines.lua +++ b/script-beta/parser/lines.lua @@ -1,5 +1,4 @@ local m = require 'lpeglabel' -local utf8Len = utf8.len _ENV = nil |