neovim/test/functional/options
Rory Nesbitt a66b0fdfaa
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
2023-09-27 10:09:55 -07:00
..
autochdir_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
chars_spec.lua fix(options): using :set fillchars should clear local value 2021-11-17 07:11:46 +08:00
cursorbind_spec.lua docs: fix typos (#18269) 2022-06-04 11:56:36 +08:00
defaults_spec.lua feat: NVIM_APPNAME supports relative paths #25233 2023-09-27 10:09:55 -07:00
keymap_spec.lua test: use exec_capture() in more places (#22787) 2023-03-26 10:49:32 +08:00
mousescroll_spec.lua refactor: using a different error number for 'mousescroll' 2023-05-05 09:19:06 +08:00
num_options_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
shortmess_spec.lua vim-patch:8.2.0966: 'shortmess' flag "n" not used in two places 2020-06-18 18:01:43 -04:00
tabstop_spec.lua refactor(tests): use assert_alive() #15546 2021-09-01 09:42:53 -07:00