Skip to content

Commit ee59a08

Browse files
committed
Fix typo
1 parent a43a482 commit ee59a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvimux/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ end
276276

277277
nvimux.set_last_tab = function(tabn)
278278
if tabn == nil then
279-
tabn = vim.fntabpagenr()
279+
tabn = vim.fn.tabpagenr()
280280
end
281281

282282
nvimux.context.state.last_tab = tabn

0 commit comments

Comments
 (0)