#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | vim_state |
Typedefs | |
typedef struct vim_state | VimState |
typedef int(* | state_check_callback) (VimState *state) |
typedef int(* | state_execute_callback) (VimState *state, int key) |
typedef int(* state_check_callback) (VimState *state) |