diff options
author | Rory Nesbitt <ranesbitt@live.co.uk> | 2023-09-27 18:09:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 10:09:55 -0700 |
commit | a66b0fdfaa35715c832b98b8941cc5673505e0c2 (patch) | |
tree | c61ba5de9fcbcccb9209657cbe3013a0881a385d /runtime/lua/vim/_meta/vimfn.lua | |
parent | bfdec5b0e71991ebc0a8ad7c12d39f7a9cc56f07 (diff) | |
download | rneovim-a66b0fdfaa35715c832b98b8941cc5673505e0c2.tar.gz rneovim-a66b0fdfaa35715c832b98b8941cc5673505e0c2.tar.bz2 rneovim-a66b0fdfaa35715c832b98b8941cc5673505e0c2.zip |
feat: NVIM_APPNAME supports relative paths #25233
Problem:
NVIM_APPNAME does not allow path separators in the name, so relative
paths can't be used:
NVIM_APPNAME="neovim-configs/first-config" nvim
NVIM_APPNAME="neovim-configs/second-config" nvim
Solution:
Let NVIM_APPNAME be a relative path. Absolute paths are not supported.
fix #23056
fix #24966
Diffstat (limited to 'runtime/lua/vim/_meta/vimfn.lua')
0 files changed, 0 insertions, 0 deletions