Merge pull request #10171 from blueyed/vim-8.1.1318

vim-patch:8.1.1318: code for text changes is in a "misc" file
This commit is contained in:
Daniel Hahler
2019-08-09 19:25:56 +02:00
committed by GitHub
22 changed files with 1830 additions and 1846 deletions

View File

@@ -23,6 +23,7 @@
#include "nvim/cursor.h"
#include "nvim/undo.h"
#include "nvim/ascii.h"
#include "nvim/change.h"
#ifdef WIN32
#include "nvim/os/os.h"