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

Vim failes to find runtime files #55

Closed
stablestud opened this issue Sep 8, 2023 · 0 comments · Fixed by #56
Closed

Vim failes to find runtime files #55

stablestud opened this issue Sep 8, 2023 · 0 comments · Fixed by #56

Comments

@stablestud
Copy link

While the new AppImage version v9.0.1876 fixes #51, I encountered a new issue, it probably is related to the switch to the linuxdeploy built.

Fuse:

$ ./Vim.AppImage 
Error detected while processing /usr/share/vim/vimrc:
line   25:
E484: Can't open file /usr/share/vim/syntax/syntax.vim
failed to load colors/lists/default.vim
failed to load colors/lists/default.vim
Press ENTER or type command to continue
$ ./Vim.AppImage --clean
E1187: Failed to source defaults.vim
Press ENTER or type command to continue

Docker:

root@8fc912ed7e38:/# ./Vim.AppImage --appimage-extract-and-run
E1187: Failed to source defaults.vim
Press ENTER or type command to continue

Looks like Vim uses absolute path for some runtime files, which are not available.
The issue happens on both Fuse system as well as Fuse'less systems.

:set runtimepath?
runtimepath=/usr/share/vim/vimfiles,/usr/share/vim,/usr/share/vim/vimfiles/after
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant