#25215·openwrt

incomplete netrw plugin with vim-fuller package for 24.10-x64

Author: asbaiCreated Sep 16, 2026Updated Sep 16, 2026
Labelstarget/x86bugOfficial ImageSupported Devicerelease/24.10

Describe the bug

On a x64 box with OpenWRT 24.10.6, vim-fuller package missing some netrw necessary script files. So, for example, we could not open a directory file list.

cat /etc/os-release:

NAME="OpenWrt"
VERSION="24.10.6"
ID="openwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="OpenWrt 24.10.6"
VERSION_ID="24.10.6"
HOME_URL="https://openwrt.org/"
BUG_URL="https://bugs.openwrt.org/"
SUPPORT_URL="https://forum.openwrt.org/"
BUILD_ID="r29141-81be8a8869"
OPENWRT_BOARD="x86/64"
OPENWRT_ARCH="x86_64"
OPENWRT_TAINTS=""
OPENWRT_DEVICE_MANUFACTURER="OpenWrt"
OPENWRT_DEVICE_MANUFACTURER_URL="https://openwrt.org/"
OPENWRT_DEVICE_PRODUCT="Generic"
OPENWRT_DEVICE_REVISION="v0"
OPENWRT_RELEASE="OpenWrt 24.10.6 r29141-81be8a8869"
OPENWRT_BUILD_DATE="1773709139"

OpenWrt version

OpenWrt 24.10.6 r29141-81be8a8869

OpenWrt release

24.10.6

OpenWrt target/subtarget

x86/64

Device

Default string Default string

Image kind

Official downloaded image

Steps to reproduce

On a x64 machine:

  1. opkg update && opkg install vim-fuller.
  2. cd /usr/share/vim/vim92/pack/dist/opt/netrw it is an empy folder.

We need goto https://github.com/vim/vim/tree/master/runtime/pack/dist/opt/netrw and copy these files to /usr/share/vim/vim92/pack/dist/opt/netrw, then everything works correctly.

Actual behaviour

No response

Expected behaviour

No response

Additional info

No response

Diffconfig

Terms

  • I am reporting an issue for OpenWrt, not an unsupported fork.