aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/aucmd.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-08-28 01:27:57 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-09-05 15:01:06 +0200
commitb6b6e4a96f37ba6a54d194ecbc042d5ef7d595e6 (patch)
treea2325b8f194daceab79e038ea58105634b4d48d9 /src/nvim/aucmd.h
parentce852bab04c63262ce8545c01a4ff4fc827148a1 (diff)
downloadrneovim-b6b6e4a96f37ba6a54d194ecbc042d5ef7d595e6.tar.gz
rneovim-b6b6e4a96f37ba6a54d194ecbc042d5ef7d595e6.tar.bz2
rneovim-b6b6e4a96f37ba6a54d194ecbc042d5ef7d595e6.zip
eventloop: FocusGained: schedule event instead of pseudokey
closes #4840 closes #6164
Diffstat (limited to 'src/nvim/aucmd.h')
-rw-r--r--src/nvim/aucmd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/nvim/aucmd.h b/src/nvim/aucmd.h
new file mode 100644
index 0000000000..6570ba7a92
--- /dev/null
+++ b/src/nvim/aucmd.h
@@ -0,0 +1,9 @@
+#ifndef NVIM_AUCMD_H
+#define NVIM_AUCMD_H
+
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "aucmd.h.generated.h"
+#endif
+
+#endif // NVIM_AUCMD_H
+