diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-05-13 18:17:21 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-05-15 15:01:52 +0200 |
commit | 4c5398bc402357468ccb4dfc07d6867a44c18a23 (patch) | |
tree | 7d0f79e720bcdf0ec1a0f69d0bebf3e203790c54 /runtime | |
parent | 6e4e70f51b8a889d38fe5d954d9ac817750424c3 (diff) | |
download | rneovim-4c5398bc402357468ccb4dfc07d6867a44c18a23.tar.gz rneovim-4c5398bc402357468ccb4dfc07d6867a44c18a23.tar.bz2 rneovim-4c5398bc402357468ccb4dfc07d6867a44c18a23.zip |
startup: v:progpath fallback: path_guess_exepath
If procfs is missing then libuv cannot find the exe path.
Fallback to path_guess_exepath(), adapted from Vim findYourself().
Closes #6734
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 873200cb30..44f2b3688c 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -1749,9 +1749,7 @@ v:profiling Normally zero. Set to one after using ":profile start". See |profiling|. *v:progname* *progname-variable* -v:progname Contains the name (with path removed) with which Nvim was - invoked. Allows you to do special initialisations for any - name you might symlink to Nvim. +v:progname The name by which Nvim was invoked (with path removed). Read-only. *v:progpath* *progpath-variable* |