mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-01 02:28:48 +00:00
scratch: add thoughts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local y = function() end
|
||||
|
||||
local x = function()
|
||||
asdf
|
||||
print(y)
|
||||
end
|
||||
|
||||
x()
|
||||
|
||||
y()
|
||||
Reference in New Issue
Block a user