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

NetrwSettings() error #81

Open
saccarosium opened this issue Jan 18, 2025 · 0 comments
Open

NetrwSettings() error #81

saccarosium opened this issue Jan 18, 2025 · 0 comments
Labels
bug issues reporting wrong behavior vim vim specific issues

Comments

@saccarosium
Copy link
Owner

Neovim Version

NVIM v0.5.0

Operating system/version:

archlinux 5.13.7-arch1-1

Terminal name/version:

alacritty 0.8.0 (a1b13e68)

TERM environment variable

tmux-256color

Installation

pacman -S neovim

Steps to reproduce

with nvim -u NORC

:NetrwSettings

Vim

with a new vim install (pacman -S vim; version: VIM - Vi IMproved 8.2, Included patches: 1-2891) this error is shown:

Error detected while processing function netrwSettings#NetrwSettings:
line    2:
E117: Unknown function: netrw#SavePosn
"Netrw Settings" [Not edited] --No lines in buffer--
line  130:
E121: Undefined variable: g:netrw_localrmdir
Press ENTER or type command to continue

Expected behavior

settings are shown without any errors

Actual behavior

Error detected while processing function netrwSettings#NetrwSettings:
line    2:
E117: Unknown function: netrw#SavePosn
line  130:
E121: Undefined variable: g:netrw_localrmdir
E15: Invalid expression:  'let g:netrw_localrmdir        = '.g:netrw_localrmdir
Press ENTER or type command to continue

after hitting enter the settings are shown

original issue: neovim/neovim#15269

@saccarosium saccarosium added bug issues reporting wrong behavior vim vim 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 vim vim specific issues
Projects
None yet
Development

No branches or pull requests

1 participant