Merge pull request #16597 from bfredl/nomisc1

refactor: move out some long-hanging fruit from misc1.c
This commit is contained in:
Björn Linse
2021-12-10 10:56:17 +01:00
committed by GitHub
27 changed files with 227 additions and 228 deletions

View File

@@ -34,6 +34,7 @@
#include "nvim/message.h"
#include "nvim/misc1.h"
#include "nvim/option.h"
#include "nvim/os/input.h"
#include "nvim/os/os.h"
#include "nvim/os/time.h"
#include "nvim/os_unix.h"