]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0416: setting v:progpath is not quite right v8.0.0416
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Mar 2017 13:29:12 +0000 (14:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Mar 2017 13:29:12 +0000 (14:29 +0100)
commit436631969716e056feca47480976100b70283370
tree6503b38cda2519810d101520fd259cf72cf325cc
parent0f9ea22c115084a982c86214ef41200e0dfc1ea6
patch 8.0.0416: setting v:progpath is not quite right

Problem:    Setting v:progpath is not quite right.
Solution:   On MS-Windows add the extension. On Unix use the full path for a
            relative directory. (partly by James McCoy, closes #1531)
src/main.c
src/os_unix.c
src/os_win32.c
src/version.c