diff options
author | Christian Höltje <docwhat@gerf.org> | 2017-03-14 01:00:12 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2018-03-29 10:41:04 -0400 |
commit | 868b84199ef321834022c19d9ba1d1d04cb77570 (patch) | |
tree | f693aa795470590808659eb6674267478745bcfa /src/nvim/eval.h | |
parent | e54ff10d44a18b59350503accc68811e4a5be29f (diff) | |
download | rneovim-868b84199ef321834022c19d9ba1d1d04cb77570.tar.gz rneovim-868b84199ef321834022c19d9ba1d1d04cb77570.tar.bz2 rneovim-868b84199ef321834022c19d9ba1d1d04cb77570.zip |
eval: Add stdpath() method (#5297)
Adds the :stdpath method for fetching XDG standard directories.
Fixes #5297
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r-- | src/nvim/eval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h index b798eae187..149dae688e 100644 --- a/src/nvim/eval.h +++ b/src/nvim/eval.h @@ -10,6 +10,7 @@ #include "nvim/event/rstream.h" #include "nvim/event/wstream.h" #include "nvim/channel.h" +#include "nvim/os/stdpaths_defs.h" #define COPYID_INC 2 #define COPYID_MASK (~0x1) |