diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2021-09-19 16:56:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 16:56:57 -0700 |
commit | 490e09c6d81b9bf52eac7aa146e62b3da2d86579 (patch) | |
tree | 0366992caba56591c6e775d48a040e4939f65951 /scripts/vimpatch.lua | |
parent | 39c886551bf8323b63938f5dee5beb650c61f02b (diff) | |
parent | 41da72ffb652d7b6e391783fb9bc8777028bdb36 (diff) | |
download | rneovim-490e09c6d81b9bf52eac7aa146e62b3da2d86579.tar.gz rneovim-490e09c6d81b9bf52eac7aa146e62b3da2d86579.tar.bz2 rneovim-490e09c6d81b9bf52eac7aa146e62b3da2d86579.zip |
Merge #15727 build(lint): check scripts/*.lua
Diffstat (limited to 'scripts/vimpatch.lua')
-rwxr-xr-x | scripts/vimpatch.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/vimpatch.lua b/scripts/vimpatch.lua index 0924f3d718..11eb285462 100755 --- a/scripts/vimpatch.lua +++ b/scripts/vimpatch.lua @@ -5,10 +5,6 @@ local nvim = vim.api -local function pprint(o) - print(nvim.nvim_call_function('string', { o })) -end - local function systemlist(...) local rv = nvim.nvim_call_function('systemlist', ...) local err = nvim.nvim_get_vvar('shell_error') |