mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 05:17:43 +00:00
eval: Split eval.c into smaller files
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "nvim/os/time.h"
|
||||
#include "nvim/eval_defs.h"
|
||||
#include "nvim/pos.h"
|
||||
#include "nvim/eval/typval.h"
|
||||
|
||||
// flags for do_ecmd()
|
||||
#define ECMD_HIDE 0x01 // don't free the current buffer
|
||||
|
||||
Reference in New Issue
Block a user