aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/lang.h
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-12-12 00:44:25 +0300
committerZyX <kp-pav@yandex.ru>2017-12-12 00:44:25 +0300
commit1f9dd689b9f2b68edbc40cc3c60d46db853dda94 (patch)
tree1da60fa8fcc4fb8e2a578fac90edae3eb5618202 /src/nvim/os/lang.h
parent9f534422e6c3649ee40904ae3606455d26b48188 (diff)
parent8813b29cec13f7410427fbb8913d3753dd6626a7 (diff)
downloadrneovim-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.h7
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