Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lua-language-server-srb2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LJ Sonic
lua-language-server-srb2
Commits
9c6e2784
Commit
9c6e2784
authored
4 years ago
by
最萌小汐
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
7ea152ca
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
script/core/hint.lua
+3
-0
3 additions, 0 deletions
script/core/hint.lua
script/log.lua
+1
-1
1 addition, 1 deletion
script/log.lua
with
4 additions
and
1 deletion
script/core/hint.lua
+
3
−
0
View file @
9c6e2784
...
@@ -19,6 +19,9 @@ local function typeHint(uri, edits, start, finish)
...
@@ -19,6 +19,9 @@ local function typeHint(uri, edits, start, finish)
and
source
.
type
~=
'setindex'
then
and
source
.
type
~=
'setindex'
then
return
return
end
end
if
source
.
dummy
then
return
end
if
source
[
1
]
==
'_'
then
if
source
[
1
]
==
'_'
then
return
return
end
end
...
...
This diff is collapsed.
Click to expand it.
script/log.lua
+
1
−
1
View file @
9c6e2784
local
fs
=
require
'bee.filesystem'
local
fs
=
require
'bee.filesystem'
local
time
=
require
'bee.time'
local
time
=
require
'bee.time'
local
monotonic
=
os.clock
local
monotonic
=
time
.
monotonic
local
osDate
=
os.date
local
osDate
=
os.date
local
ioOpen
=
io.open
local
ioOpen
=
io.open
local
tablePack
=
table.pack
local
tablePack
=
table.pack
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment