mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
Extract cursor_shape.c from misc2.c and types/consts from structs.h
This commit is contained in:

committed by
Thiago de Arruda

parent
6089b26016
commit
1684bec635
@@ -33,6 +33,7 @@
|
||||
#include "message.h"
|
||||
#include "misc1.h"
|
||||
#include "misc2.h"
|
||||
#include "cursor_shape.h"
|
||||
#include "keymap.h"
|
||||
#include "garray.h"
|
||||
#include "move.h"
|
||||
@@ -46,6 +47,7 @@
|
||||
#include "tag.h"
|
||||
#include "term.h"
|
||||
#include "window.h"
|
||||
#include "ui.h"
|
||||
#include "os/os.h"
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user