mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
eventloop: FocusGained: schedule event instead of pseudokey
closes #4840 closes #6164
This commit is contained in:
9
src/nvim/aucmd.h
Normal file
9
src/nvim/aucmd.h
Normal file
@@ -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
|
||||
|
Reference in New Issue
Block a user