Skip to content

Commit

Permalink
fix: tmux version check
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Nov 3, 2023
1 parent b82936d commit 0a3d522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ return {
-- print("tmux is not available")
return
end
out = out.stdout:gsub("\n", "")
out = out:gsub("\n", "")
local letter = out:match("tmux %d+%.%d+([a-z])")
local number
if letter == nil then
Expand Down

0 comments on commit 0a3d522

Please sign in to comment.