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

@@ -53,6 +53,7 @@
#include "nvim/macros.h"
#include "nvim/mbyte.h"
#include "nvim/buffer.h"
#include "nvim/change.h"
#include "nvim/ascii.h"
#include "nvim/getchar.h"
#include "nvim/ui.h"