mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 21:25:04 -07:00
a66b0fdfaa
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 |
||
---|---|---|
.. | ||
autochdir_spec.lua | ||
chars_spec.lua | ||
cursorbind_spec.lua | ||
defaults_spec.lua | ||
keymap_spec.lua | ||
mousescroll_spec.lua | ||
num_options_spec.lua | ||
shortmess_spec.lua | ||
tabstop_spec.lua |