Giter VIP home page Giter VIP logo

Comments (9)

junegunn avatar junegunn commented on May 21, 2024

It's probably due to the difference in the way non-breaking spaces are displayed in the terminal.

How does the output of the following command look?

ruby -e "puts 'NBS: (' + [0x2007].pack('U') + ')'"

from fzf.vim.

walkingsparrow avatar walkingsparrow commented on May 21, 2024

The output is NBS: ( )

from fzf.vim.

junegunn avatar junegunn commented on May 21, 2024

Hmm, looks fine. How about these? Do you see bold/yellow text?

echo -e '\x1b[33;1mHello\x1b[m'

echo -e '\x1b[33;1mHello\x1b[m' | fzf --ansi

from fzf.vim.

walkingsparrow avatar walkingsparrow commented on May 21, 2024

Yes, the two results are perfectly fine.

from fzf.vim.

walkingsparrow avatar walkingsparrow commented on May 21, 2024

All other fzf.vim commands seem OK except this ':Commands"

from fzf.vim.

walkingsparrow avatar walkingsparrow commented on May 21, 2024

Actually what I see is

> !  @~GAg@~G         *                                      call fzf#vim#ag(<q-args>, s:w(<bang>0))

where ">" is purple and "Ag" is bold and yellow. So the color styles are correct.

from fzf.vim.

junegunn avatar junegunn commented on May 21, 2024

Oh, I think I know what's going on.
I recently updated the linux binary to correctly support unicode character.
junegunn/fzf#376
Delete the current binary (bin/fzf-0.10.8-linux_amd64) and rerun the install script to download it again.

from fzf.vim.

walkingsparrow avatar walkingsparrow commented on May 21, 2024

Thank you so much. This fixes the problem.

from fzf.vim.

junegunn avatar junegunn commented on May 21, 2024

Cool, thanks.

from fzf.vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.