diff options
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') |