Neovim Home
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
nvim
misc1.h
Go to the documentation of this file.
1
#ifndef NVIM_MISC1_H
2
#define NVIM_MISC1_H
3
4
#include "
nvim/vim.h
"
5
#include "
nvim/os/shell.h
"
6
7
/* flags for open_line() */
8
#define OPENLINE_DELSPACES 1
/* delete spaces after cursor */
9
#define OPENLINE_DO_COM 2
/* format comments */
10
#define OPENLINE_KEEPTRAIL 4
/* keep trailing spaces */
11
#define OPENLINE_MARKFIX 8
/* fix mark positions */
12
#define OPENLINE_COM_LIST 16
/* format comments with list/2nd line indent */
13
14
#ifdef INCLUDE_GENERATED_DECLARATIONS
15
# include "misc1.h.generated.h"
16
#endif
17
#endif // NVIM_MISC1_H
shell.h
vim.h