Files
neovim/src/nvim/os
Justin M. Keyes 207ba359b0 Windows: vim_getenv(): Find runtime relative to nvim. #3303 (#5929)
In Windows we cannot rely on absolute install paths to point to the
location of the runtime. Vim uses the path of the current binary as
a possible location for the runtime folder. In Neovim the install
location places the runtime folder in ../share/nvim/runtime.

In Vim this logic is guarded by USE_EXE_NAME, which is defined for win32
and macOS.

TODO: We may need to incorporate similar logic for macOS:
0cdb72aa38/src/misc1.c (L4287-L4308)
2017-01-11 06:00:55 +01:00
..
2016-01-16 18:34:31 -05:00
2016-04-29 00:22:43 -04:00
2016-12-23 18:28:54 +01:00
2014-10-18 12:51:35 -03:00
2016-04-29 10:23:02 -03:00
2016-06-25 18:07:20 -04:00
2016-09-13 16:20:09 +02:00
2015-10-23 14:54:11 +03:00
2016-01-18 13:48:47 -05:00
2016-09-13 16:20:09 +02:00
2016-05-08 20:24:02 +02:00