#include <stdio.h>
#include "nvim/buffer_defs.h"
#include "nvim/garray.h"
#include "nvim/pos.h"
#include "nvim/types.h"
Go to the source code of this file.
Data Structures | |
struct | foldinfo |
Macros | |
#define | FOLDINFO_INIT { 0, 0, 0, 0 } |
Typedefs | |
typedef struct foldinfo | foldinfo_T |
#define FOLDINFO_INIT { 0, 0, 0, 0 } |
typedef struct foldinfo foldinfo_T |