summaryrefslogtreecommitdiffstats
path: root/plugin/50-tabline.lua
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-07 14:17:28 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-07 14:17:28 +0200
commitee91a01e8b8ad4e7b9d34c265c8ab87e6265fc2e (patch)
treefe7b05c2d0d4b5d0b52bfaf65414d661d89173e6 /plugin/50-tabline.lua
parentf7174f22f8135b6c78cd07e4b01cdc6d99f10b18 (diff)
downloadnvim-config-ee91a01e8b8ad4e7b9d34c265c8ab87e6265fc2e.tar.gz
nvim-config-ee91a01e8b8ad4e7b9d34c265c8ab87e6265fc2e.zip
misc(nvim): edit comment, descriptions, and user command names
Diffstat (limited to 'plugin/50-tabline.lua')
-rw-r--r--plugin/50-tabline.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/50-tabline.lua b/plugin/50-tabline.lua
index ae8a8d6..b2f2488 100644
--- a/plugin/50-tabline.lua
+++ b/plugin/50-tabline.lua
@@ -71,7 +71,7 @@ vim.api.nvim_create_user_command("TabRename", function(opts)
vim.cmd.redrawtabline()
end, { nargs = 1 })
-vim.api.nvim_create_user_command("TabRenameToCurrentFileNameNoExt", function()
+vim.api.nvim_create_user_command("TabRenameFileName", function()
vim.t.tabname = vim.fn.expand("%:t:r")
vim.cmd.redrawtabline()
end, { nargs = 0 })