Merge pull request #16607 from bfredl/no2misc1

refactor: get rid of misc1.c ("functions that didn't seem to fit elsewhere")
This commit is contained in:
Björn Linse
2021-12-10 23:38:00 +01:00
committed by GitHub
67 changed files with 864 additions and 985 deletions

View File

@@ -14,6 +14,7 @@
#include "nvim/ascii.h"
#include "nvim/buffer.h"
#include "nvim/charset.h"
#include "nvim/change.h"
#include "nvim/cursor.h"
#include "nvim/edit.h"
#include "nvim/eval.h"
@@ -31,7 +32,6 @@
#include "nvim/memline.h"
#include "nvim/memory.h"
#include "nvim/message.h"
#include "nvim/misc1.h"
#include "nvim/mouse.h"
#include "nvim/move.h"
#include "nvim/normal.h"