mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 21:44:29 +02:00
enc: global variable pcode
This commit is contained in:
parent
ecc54b9f87
commit
65857a4226
45 changed files with 132 additions and 131 deletions
|
@ -25,7 +25,7 @@ _G.extract = function(text)
|
|||
end
|
||||
|
||||
_G.all_trim = function(s)
|
||||
return s:match "^%s*(.-)%s*$"
|
||||
return s:match("^%s*(.-)%s*$")
|
||||
end
|
||||
|
||||
return {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue