diff options
author | ZyX <kp-pav@yandex.ru> | 2017-12-12 00:44:25 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-12-12 00:44:25 +0300 |
commit | 1f9dd689b9f2b68edbc40cc3c60d46db853dda94 (patch) | |
tree | 1da60fa8fcc4fb8e2a578fac90edae3eb5618202 /src/nvim/os/lang.h | |
parent | 9f534422e6c3649ee40904ae3606455d26b48188 (diff) | |
parent | 8813b29cec13f7410427fbb8913d3753dd6626a7 (diff) | |
download | rneovim-1f9dd689b9f2b68edbc40cc3c60d46db853dda94.tar.gz rneovim-1f9dd689b9f2b68edbc40cc3c60d46db853dda94.tar.bz2 rneovim-1f9dd689b9f2b68edbc40cc3c60d46db853dda94.zip |
Merge branch 'master' into hide-container-impl
Diffstat (limited to 'src/nvim/os/lang.h')
-rw-r--r-- | src/nvim/os/lang.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/os/lang.h b/src/nvim/os/lang.h new file mode 100644 index 0000000000..f60e064f57 --- /dev/null +++ b/src/nvim/os/lang.h @@ -0,0 +1,7 @@ +#ifndef NVIM_OS_LANG_H +#define NVIM_OS_LANG_H + +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "os/lang.h.generated.h" +#endif +#endif // NVIM_OS_LANG_H |