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

@@ -24,6 +24,7 @@
#endif
#include "nvim/eval.h"
#include "nvim/buffer.h"
#include "nvim/change.h"
#include "nvim/channel.h"
#include "nvim/charset.h"
#include "nvim/context.h"