mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
refactor/single-include: cursor_shape.h #6442
This commit is contained in:
@@ -424,7 +424,6 @@ function(get_test_target prefix sfile relative_path_var target_var)
|
|||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
set(NO_SINGLE_CHECK_HEADERS
|
set(NO_SINGLE_CHECK_HEADERS
|
||||||
cursor_shape.h
|
|
||||||
digraph.h
|
digraph.h
|
||||||
ex_cmds.h
|
ex_cmds.h
|
||||||
ex_getln.h
|
ex_getln.h
|
||||||
|
@@ -1,6 +1,9 @@
|
|||||||
#ifndef NVIM_CURSOR_SHAPE_H
|
#ifndef NVIM_CURSOR_SHAPE_H
|
||||||
#define NVIM_CURSOR_SHAPE_H
|
#define NVIM_CURSOR_SHAPE_H
|
||||||
|
|
||||||
|
#include "nvim/types.h"
|
||||||
|
#include "nvim/api/private/defs.h"
|
||||||
|
|
||||||
/// struct to store values from 'guicursor' and 'mouseshape'
|
/// struct to store values from 'guicursor' and 'mouseshape'
|
||||||
/// Indexes in shape_table[]
|
/// Indexes in shape_table[]
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Reference in New Issue
Block a user