Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayli committed Dec 30, 2023
1 parent 7fcc14e commit 23ad0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/easycomplete/pum.vim
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ function! s:MapFunction(key, val)
endif
let ret = [
\ " ",
\ get(a:val, "abbr", ""), " ",
\ get(a:val, "abbr", ""), " ",
\ kind_str . get(a:val, "kind", "") . kind_str, " ",
\ "^" . get(a:val, "menu", "") . "^",
\ ]
Expand Down

0 comments on commit 23ad0f4

Please sign in to comment.