mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-30 23:54:50 +02:00
typo Bdelete instead of bdelete (#666)
This commit is contained in:
parent
fdac614a3b
commit
1125c2c990
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ M.config = function()
|
|||
buffer_close_icon = '',
|
||||
modified_icon = '●',
|
||||
close_icon = '',
|
||||
close_command = "Bdelete %d",
|
||||
right_mouse_command = "Bdelete! %d",
|
||||
close_command = "bdelete %d",
|
||||
right_mouse_command = "bdelete! %d",
|
||||
left_trunc_marker = '',
|
||||
right_trunc_marker = '',
|
||||
offsets = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue