Files
neovim/src/nvim/os
Justin M. Keyes f50135a32e feat: stdpath('run'), /tmp/nvim.user/ #18993
Problem:
- Since c57f6b28d7 #8519, sockets are created in ~/.local/… but XDG
  spec says: "XDG_RUNTIME_DIR: Must be on the local filesystem", which
  implies that XDG_STATE_DIR is potentially non-local.
- Not easy to inspect Nvim-created temp files (for debugging etc).

Solution:
- Store sockets in stdpath('run') ($XDG_RUNTIME_DIR).
- Establish "/tmp/nvim.user/" as the tempdir root shared by all Nvims.
- Make ok() actually useful.
- Introduce assert_nolog().

closes #3517
closes #17093
2022-06-30 04:16:46 -07:00
..
2021-10-29 17:23:20 -07:00
2019-08-15 00:28:41 +02:00
2017-04-19 19:11:50 +03:00
2022-06-28 02:31:54 -07:00
2017-05-08 15:08:12 +02:00
2018-12-30 19:57:50 +01:00