Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
fix: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
famiu committed Oct 15, 2021
1 parent 470d820 commit 4ef5e15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/feline/statusline_ffi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
-- Since LuaJIT FFI doesn't work properly on Windows when referring to Neovim internals,
-- return dummy functions instead on Windows.
if vim.fn.has('win32') == 1 then
print('a')
return {
get_statusline_expr_width = function(_)
return 0
Expand Down

0 comments on commit 4ef5e15

Please sign in to comment.