mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 19:55:04 -07:00
9ce81f7b2b
In Windows Lua's os.tmpname() returns relative paths starting with \s, prepend them with $TEMP to generate a valid path. In OS X os.tmpname() returns paths in '/tmp' but they should be in '/private/tmp'. We cannot use os_name() for platform detection because some tests use tempname() before nvim is spawned, instead use one of the following: 1. Set SYSTEM_NAME environment variable before calling the tests, it is set from CMAKE_SYSTEM_NAME(i.e. uname -s or 'Windows') 2. Call uname -s 3. Assume windows |
||
---|---|---|
.. | ||
api | ||
autocmd | ||
clipboard | ||
core | ||
eval | ||
ex_cmds | ||
ex_getln | ||
fixtures | ||
legacy | ||
normal | ||
options | ||
plugin | ||
provider | ||
shada | ||
shell | ||
terminal | ||
ui | ||
viml | ||
dict_notifications_spec.lua | ||
helpers.lua | ||
preload.lua |