Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-418 committed Oct 8, 2022
1 parent fe20d5e commit 2ec7f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/bufala.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ M.split = function(direction, name)
-- of `windo $`, therfore enabling spiral and dwindle layouts.

if direction == 'up' then return splitUp() end
if direction == 'down' then return splitUp() end
if direction == 'down' then return splitDown() end
if direction == 'left' then return splitLeft() end
if direction == 'right' then return splitRight() end

Expand Down

0 comments on commit 2ec7f93

Please sign in to comment.