Skip to content

Bug: FzfLua spellcheck doesn't recognize words with accentuation #2250

@chapeupreto

Description

@chapeupreto

RTFM Checklist

  • I have searched exisiting issues / discussions
  • I have read the Wiki including the Advanced section
  • I have read man fzf / I am well versed in shell fzf

Operating system

Linux (Ubuntu 22.04.5 LTS)

Shell

fish, version 4.0.2

Neovim version (nvim --version)

NVIM v0.11.3

Fzf version (fzf --version)

0.62.0 (d226d841)

Output of :lua print(os.getenv('FZF_DEFAULT_OPTS'))

nil

Is the problem reproducible with mini.sh?

  • My issue is reproducible with mini.sh
  • My issue IS NOT reproducible with mini.sh
  • I have not tested with mini.sh (not relevant, requires LSP, Windows, etc)

Fzf-lua configuration

require('fzf-lua').setup({
})

Describe the bug / steps to reproduce

Hello there!

I am using Brazilian Portuguese dictionary as my spell language (i.e, pt.utf-8.spl file found at https://ftp.uni-bayreuth.de/packages/editors/vim/runtime/spell/pt.utf-8.spl)
Misspelled words with accentuation are not being recognized when FzfLua spellcheck is invoked, as one can see in the images below.

I can navigate to all highlighted words using [s and/or ]s commands, but FzfLua spellcheck only
shows the words that have no accentuation.

Image Image

Thanks for any help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions