commit | c7f025536e9e5b7b95b55d09094febb627395d05 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 01 21:00:59 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 01 21:00:59 2014 +0200 |
tree | 18ecd63ab3352c3089125ad435d5aa2f6d493655 | |
parent | a1706c958e69086f5c9eb7d79779ed839441ff60 [diff] [blame] |
updated for version 7.4.235 Problem: It is not easy to get the full path of a command. Solution: Add the exepath() function.
diff --git a/src/version.c b/src/version.c index 542342f..295af34 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 235, +/**/ 234, /**/ 233,