diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-06-29 13:47:08 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-06-29 13:47:08 +0800 |
commit | d803c8edcd0ec4377e8b0ccdfbb60a42a97064e9 (patch) | |
tree | ef0328ad52144952773736e9caff5f33a30323a9 /libs/@lua/os.lni | |
parent | a782eb79202e29326b96fab7cd7591ba881a7778 (diff) | |
download | lua-language-server-d803c8edcd0ec4377e8b0ccdfbb60a42a97064e9.zip |
setlocal 第一个参数可以是nil
Diffstat (limited to 'libs/@lua/os.lni')
-rw-r--r-- | libs/@lua/os.lni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/@lua/os.lni b/libs/@lua/os.lni index f6b69317..94184173 100644 --- a/libs/@lua/os.lni +++ b/libs/@lua/os.lni @@ -136,7 +136,7 @@ optional = 'self' [setlocale] [[.args]] name = 'locale' -type = 'string' +type = {'string', 'nil'} `````````` name = 'category' type = 'string' |