Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling netrw disables the spelling files download suggestion #84

Open
saccarosium opened this issue Jan 18, 2025 · 0 comments
Open
Labels
bug issues reporting wrong behavior enhancement New feature or request nvim neovim specific issues

Comments

@saccarosium
Copy link
Owner

$ nvim --version
NVIM v0.2.0
Build type: Release
Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wconversion -DNVIM_MSGPACK_HAS_FLOAT32 -O2 -DNDEBUG -DDISABLE_LOG -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -I/build/neovim/src/build/config -I/build/neovim/src/neovim-0.2.0/src -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/build/neovim/src/build/src/nvim/auto -I/build/neovim/src/build/include
Compiled by builduser

Optional features included (+) or not (-): +acl   +iconv    +jemalloc +tui      
For differences from Vim, see :help vim-differences

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

  • Vim (version: ) behaves differently? no
  • Operating system/version: Arch Linux
  • Terminal name/version ($TERM): rxvt-unicode-256color

Steps to reproduce

  1. Put in init.vim:
let g:loaded_netrwPlugin = 1

Thus prevents loading netrw. In the help file, it is also suggested to let g:loaded_netrw = 1 as well but it is not nescesarry to prove the bug.

  1. run nvim or vim:
nvim # or vim
  1. run inside it:
set spell
set spelllang=he " Just for example..

Actual behaviour

{n,}vim don't suggest to download the spell files from public ftp server of vim.

Expected behaviour

downloading spell files from vim's public ftp server is suggested although netrw is disabled.

original issue: neovim/neovim#7189

@saccarosium saccarosium added bug issues reporting wrong behavior enhancement New feature or request nvim neovim specific issues labels Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior enhancement New feature or request nvim neovim specific issues
Projects
None yet
Development

No branches or pull requests

1 participant