Skip to content

Commit

Permalink
fix: remove the wrong colon
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Jun 15, 2023
1 parent 3e35495 commit 57d3e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/fzfx/vim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function! s:set_color(content)
if s:hl_color_codes.special isnot v:null
let special_color=s:hl_color_codes.special
echo "special:".special_color.",clear:".clear_color
return "\x1b:".special_color.a:content."\x1b".clear_color
return "\x1b".special_color.a:content."\x1b".clear_color
else
let magenta_color=s:ansi_color_codes.magenta
echo "magenta:".magenta_color.",clear:".clear_color
Expand Down

0 comments on commit 57d3e39

Please sign in to comment.