eval: Add stdpath() method (#5297)

Adds the :stdpath method for fetching XDG standard directories.

Fixes #5297
This commit is contained in:
Christian Höltje
2017-03-14 01:00:12 -04:00
committed by James McCoy
parent e54ff10d44
commit 868b84199e
6 changed files with 341 additions and 1 deletions

View File

@@ -280,6 +280,7 @@ return {
spellsuggest={args={1, 3}},
split={args={1, 3}},
sqrt={args=1, func="float_op_wrapper", data="&sqrt"},
stdpath={args=1},
str2float={args=1},
str2nr={args={1, 2}},
strcharpart={args={2, 3}},