RTFM Checklist
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?
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.
Thanks for any help.
RTFM Checklist
man fzf/ I am well versed in shell fzfOperating 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?mini.shmini.shmini.sh(not relevant, requires LSP, Windows, etc)Fzf-lua configuration
Describe the bug / steps to reproduce
Hello there!
I am using Brazilian Portuguese dictionary as my spell language (i.e,
pt.utf-8.splfile 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 spellcheckis invoked, as one can see in the images below.I can navigate to all highlighted words using
[sand/or]scommands, butFzfLua spellcheckonlyshows the words that have no accentuation.
Thanks for any help.