Skip to content

Commit b849b9e

Browse files
committed
bugfix
1 parent cfa5b12 commit b849b9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/easycomplete/cmdline.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@ this.cmd_type = {
636636
dir = { 'cd', 'lcd', 'tcd', 'chdir' },
637637
-- Buffer completion
638638
buffer = {
639-
'buffer', 'bdelete', 'bwipeout',
640-
'bnext', 'bprevious', 'bfirst',
639+
'buffer', 'bdelete', 'bwipeout', 'b',
640+
'bnext', 'bprevious', 'bfirst', 'buf',
641641
'blast', 'sbuffer', 'sball',
642642
},
643643
diff_buffer = { 'diffthis', 'diffoff', 'diffupdate' },
@@ -665,7 +665,7 @@ this.cmd_type = {
665665
color = { 'colorscheme' },
666666
compiler = { 'compiler' },
667667
filetype = { 'filetype' },
668-
highlight = { 'highlight' },
668+
highlight = { 'highlight', 'hl' },
669669
history = { 'history' },
670670
lua = { 'lua' },
671671
messages = { 'messages' },

0 commit comments

Comments
 (0)