Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hkupty committed Jan 13, 2022
1 parent a43a482 commit ee59a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/nvimux/init.lua
Expand Up @@ -276,7 +276,7 @@ end

nvimux.set_last_tab = function(tabn)
if tabn == nil then
tabn = vim.fntabpagenr()
tabn = vim.fn.tabpagenr()
end

nvimux.context.state.last_tab = tabn
Expand Down

0 comments on commit ee59a08

Please sign in to comment.