diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2021-09-19 16:35:38 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2021-09-19 16:36:08 -0700 |
commit | 736299bf22c47f120d0790f2390511f3302f74a3 (patch) | |
tree | c02a7daf7c816ba8ad3a698dac078f617853703a /scripts/vimpatch.lua | |
parent | 39c886551bf8323b63938f5dee5beb650c61f02b (diff) | |
download | rneovim-736299bf22c47f120d0790f2390511f3302f74a3.tar.gz rneovim-736299bf22c47f120d0790f2390511f3302f74a3.tar.bz2 rneovim-736299bf22c47f120d0790f2390511f3302f74a3.zip |
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') |